Skip to content

Commit

Permalink
fix(deps): update rust crate rand to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 28f3357 commit 055b436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
log = "0.4"
rand = "0.8"
rand = "0.9"
parking_lot = "0.12"
env_logger = "0.11"
clap = { version = "4.4", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/core/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license = "MIT"

[dependencies]
multiaddr = "0.18.1"
rand = "0.8"
rand = "0.9"
serde = { workspace = true }
2 changes: 1 addition & 1 deletion packages/core/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mockall = { workspace = true }
[dev-dependencies]
env_logger = { workspace = true }
criterion = { version = "0.5.1" }
rand = { version = "0.8.5" }
rand = { version = "0.9.0" }

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

0 comments on commit 055b436

Please # to comment.