Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Aug 23, 2023
1 parent 9f004bc commit 4da7ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["cryptography"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bs58 = "0.4"
hashbrown = { version = "0.13", features = ["serde"] }
bs58 = "0.5"
hashbrown = { version = "0.14", features = ["serde"] }
hex = "0.4.3"
num-traits = "0.2"
polynomial = { version = "0.2.5", features = ["serde"] }
Expand All @@ -26,7 +26,7 @@ sha2 = "0.10"
thiserror = "1.0"

[dev-dependencies]
criterion = "0.3"
criterion = "0.5.1"

[[bench]]
name = "v1_bench"
Expand Down

0 comments on commit 4da7ccd

Please sign in to comment.