Skip to content

Commit

Permalink
Merge branch 'sharkdp:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Jan 3, 2024
2 parents 4fff9e9 + 58284b8 commit 5ca92af
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 57 deletions.
159 changes: 108 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ globset = "0.4"
anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
crossbeam-channel = "0.5.8"
clap_complete = {version = "4.4.4", optional = true}
crossbeam-channel = "0.5.10"
clap_complete = {version = "4.4.5", optional = true}
faccess = "0.2.4"

[dependencies.clap]
Expand Down Expand Up @@ -78,7 +78,7 @@ jemallocator = {version = "0.5.4", optional = true}

[dev-dependencies]
diff = "0.1"
tempfile = "3.8"
tempfile = "3.9"
filetime = "0.2"
test-case = "3.3"

Expand Down
Loading

0 comments on commit 5ca92af

Please sign in to comment.