Compare commits

..

No commits in common. "renovate/crate-rand-vulnerability" and "main" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ pallas-codec = { version = "=0.32.1", path = "../pallas-codec" }
pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
pallas-primitives = { version = "=0.32.1", path = "../pallas-primitives" }
pallas-traverse = { version = "=0.32.1", path = "../pallas-traverse" }
rand = "0.8.6"
rand = "0.8"
hex = "0.4"
chrono = "0.4.39"

View file

@ -23,5 +23,5 @@ zeroize = "1.8.1"
itertools = "0.13"
quickcheck = "1.0"
quickcheck_macros = "1.0"
rand = "0.8.6"
rand = "0.8"
serde_test = "1.0.143"

View file

@ -20,5 +20,5 @@ thiserror = "1.0.61"
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"
rand = "0.8.6"
rand = "0.8"
proptest = "1.5"

View file

@ -16,7 +16,7 @@ hex = "0.4.3"
itertools = "0.13.0"
pallas-codec = { version = "=0.32.1", path = "../pallas-codec" }
pallas-crypto = { version = "=0.32.1", path = "../pallas-crypto" }
rand = "0.8.6"
rand = "0.8.5"
socket2 = "0.5.5"
thiserror = "1.0.31"
tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "macros"] }

View file

@ -17,4 +17,4 @@ ed25519-bip32 = "0.4.1"
bip39 = { version = "2.0.0", features = ["rand_core"] }
cryptoxide = "0.4.4"
bech32 = "0.9.1"
rand = "0.8.6"
rand = "0.8.5"