Skip to content

Commit

Permalink
chore: update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Feb 9, 2025
1 parent 4d45300 commit daf572f
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 @@ -24,11 +24,11 @@ bstr = ["dep:bstr"]
borsh = ["dep:borsh"]

[dev-dependencies]
fastrand = "2.0.0"
serde_test = "1.0.176"
fastrand = "2.3.0"
serde_test = "1.0.177"
serde = { version = "1.0.100", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1.0.45", default-features = false, features = ["alloc"] }
divan = "0.1.15"
divan = "0.1.17"

[dependencies.bstr]
version = "1.3"
Expand Down

0 comments on commit daf572f

Please sign in to comment.