Skip to content

Commit

Permalink
Update dependencies for b3sum
Browse files Browse the repository at this point in the history
Follow the version in `Cargo.lock`.
  • Loading branch information
sorairolake committed Apr 24, 2024
1 parent addd6b2 commit b59b7ed
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 58 deletions.
107 changes: 57 additions & 50 deletions b3sum/Cargo.lock

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

16 changes: 8 additions & 8 deletions b3sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ prefer_intrinsics = ["blake3/prefer_intrinsics"]
pure = ["blake3/pure"]

[dependencies]
anyhow = "1.0.25"
anyhow = "1.0.82"
blake3 = { version = "1", path = "..", features = ["mmap", "rayon"] }
clap = { version = "4.0.8", features = ["derive", "wrap_help"] }
hex = "0.4.0"
rayon = "1.2.1"
wild = "2.0.3"
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
hex = "0.4.3"
rayon = "1.10.0"
wild = "2.2.1"

[dev-dependencies]
duct = "0.13.3"
tempfile = "3.1.0"
duct = "0.13.7"
tempfile = "3.10.1"

[build-dependencies]
blake3 = { version = "1", path = ".." }
clap = { version = "4.0.8", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.2"
clap_mangen = "0.2.20"

0 comments on commit b59b7ed

Please sign in to comment.