Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cijiugechu committed Feb 17, 2024
1 parent d51c3b0 commit f56a1f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ readme = "README.md"
rust-version = "1.75.0"

[dependencies]
base64 = "0.21.0"
digest = "0.10.6"
base64 = "0.21.7"
digest = "0.10.7"
hex = "0.4.3"
serde = { version = "1.0.190", optional = true }
sha-1 = "0.10.0"
sha-1 = "0.10.1"
sha2 = "0.10.8"
thiserror = "1.0.50"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
thiserror = "1.0.57"
xxhash-rust = { version = "0.8.10", features = ["xxh3"] }

[features]
default = ["serde"]
Expand Down

0 comments on commit f56a1f7

Please sign in to comment.