Skip to content

Commit 5ce3750

Browse files
chore(deps): update rand requirement from 0.8.5 to 0.9.2
--- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 551e12c commit 5ce3750

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = ["dep:serde"]
2727
[dependencies]
2828
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"], optional = true }
2929
quickcheck = { version = "1.0.3", optional = true }
30-
rand = { version = "0.8.5", optional = true, features = ["small_rng"] }
30+
rand = { version = "0.9.2", optional = true, features = ["small_rng"] }
3131
serde = { version = "1.0.116", optional = true, default-features = false }
3232
unsigned-varint = { version = "0.8.0", default-features = false }
3333
arbitrary = { version = "1.1.0", optional = true }
@@ -38,6 +38,6 @@ core2 = { version = "0.4.0", default-features = false }
3838
hex = "0.4.2"
3939
serde_json = "1.0.58"
4040
quickcheck = "1.0.3"
41-
rand = "0.8.5"
41+
rand = "0.9.2"
4242
arbitrary = "1.1.0"
4343
serde_test = "1.0.160"

codetable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
4040
hex = "0.4.2"
4141
unsigned-varint = { version = "0.8.0", default-features = false }
4242
criterion = "0.5.1"
43-
rand = "0.8.5"
43+
rand = "0.9.2"
4444

4545
[[bench]]
4646
name = "multihash"

0 commit comments

Comments
 (0)