diff --git a/rsworkspace/Cargo.lock b/rsworkspace/Cargo.lock index cfe0c8d35..6c8e5c831 100644 --- a/rsworkspace/Cargo.lock +++ b/rsworkspace/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "jsonwebtoken 9.3.0", "nats-jwt-rs", "nkeys", - "rand 0.8.5", + "rand 0.10.1", "rcgen", "reqwest", "rsa", @@ -2860,7 +2860,7 @@ dependencies = [ "p256", "p384", "pem", - "rand 0.8.5", + "rand 0.8.6", "rsa", "serde", "serde_json", @@ -3142,7 +3142,7 @@ dependencies = [ "ed25519-dalek", "getrandom 0.2.17", "log", - "rand 0.8.5", + "rand 0.8.6", "signatory", ] @@ -3200,7 +3200,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "zeroize", ] @@ -3915,9 +3915,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -5233,7 +5233,7 @@ dependencies = [ "futures-sink", "http", "httparse", - "rand 0.8.5", + "rand 0.8.6", "ring", "rustls-pki-types", "tokio", diff --git a/rsworkspace/Cargo.toml b/rsworkspace/Cargo.toml index 8f7931de5..e669b68e2 100644 --- a/rsworkspace/Cargo.toml +++ b/rsworkspace/Cargo.toml @@ -108,7 +108,7 @@ hmac = "=0.12.1" jsonwebtoken = "=9.3.0" nats-jwt-rs = "=0.1.1" nkeys = { version = "=0.4.5", features = ["xkeys"] } -rand = "=0.8.5" +rand = "=0.10.1" rustls-pemfile = "=2.2.0" rustls-pki-types = { version = "=1.14.0", default-features = false, features = ["std"] } rustls-webpki = { version = "=0.103.13", default-features = false, features = ["std", "alloc", "ring"] }