Skip to content

Commit

Permalink
Update Rust crate rand to 0.8.5 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 2, 2023
1 parent 56dee3d commit 1623d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/multiaddr/Cargo.toml
Expand Up @@ -27,5 +27,5 @@ url = { version = "2.1.0", optional = true, default-features = false }
[dev-dependencies]
bincode = "1"
quickcheck = { version = "1.0.3", default-features = false }
rand = "0.8.4"
rand = "0.8.5"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion packages/routers/layers_spread_router/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ parking_lot = { workspace = true }
[dev-dependencies]
env_logger = { workspace = true }
criterion = { version = "0.3.4" }
rand = { version = "0.8.4" }
rand = { version = "0.8.5" }

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

0 comments on commit 1623d08

Please sign in to comment.