diff --git a/Cargo.lock b/Cargo.lock index 20f9fdf..86f17c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.1", + "rand 0.9.4", "sha1", "smallvec", "tokio", @@ -154,7 +154,7 @@ dependencies = [ "actix-web", "anyhow", "derive_more", - "rand 0.9.1", + "rand 0.9.4", "serde", "serde_json", "tracing", @@ -1244,7 +1244,7 @@ dependencies = [ "hkdf", "hmac", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "sha2", "subtle", "time", @@ -3388,7 +3388,7 @@ dependencies = [ "p256", "p384", "pem", - "rand 0.8.5", + "rand 0.8.6", "rsa", "serde", "serde_json", @@ -3465,7 +3465,7 @@ dependencies = [ "oco_ref", "or_poisoned", "paste", - "rand 0.9.1", + "rand 0.9.4", "reactive_graph", "rustc-hash 2.1.1", "rustc_version", @@ -4098,7 +4098,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "zeroize", ] @@ -4171,7 +4171,7 @@ dependencies = [ "chrono", "getrandom 0.2.16", "http 1.4.0", - "rand 0.8.5", + "rand 0.8.6", "reqwest 0.12.28", "serde", "serde_json", @@ -4241,7 +4241,7 @@ dependencies = [ "oauth2", "p256", "p384", - "rand 0.8.5", + "rand 0.8.6", "rsa", "serde", "serde-value", @@ -4735,7 +4735,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.1", + "rand 0.9.4", "ring", "rustc-hash 2.1.1", "rustls", @@ -4806,9 +4806,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[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", @@ -4817,9 +4817,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -5199,7 +5199,7 @@ dependencies = [ "borsh", "bytes", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "rkyv", "serde", "serde_json", @@ -5318,9 +5318,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" dependencies = [ "aws-lc-rs", "ring", @@ -6524,7 +6524,7 @@ dependencies = [ "memchr", "once_cell", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "rsa", "rust_decimal", "serde", @@ -6568,7 +6568,7 @@ dependencies = [ "memchr", "num-bigint", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "rust_decimal", "serde", "serde_json", @@ -7169,7 +7169,7 @@ dependencies = [ "futures", "http 1.4.0", "parking_lot", - "rand 0.9.1", + "rand 0.9.4", "serde", "serde_json", "thiserror 2.0.18", @@ -7290,7 +7290,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.1", + "rand 0.9.4", "sha1", "thiserror 2.0.18", "utf-8", @@ -7307,7 +7307,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.1", + "rand 0.9.4", "sha1", "thiserror 2.0.18", "utf-8", diff --git a/Cargo.toml b/Cargo.toml index c8019b1..070cf27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ "packages/storage/*", "packages/styles/shield-bootstrap", ] -resolver = "2" +resolver = "3" [workspace.package] authors = ["Rust for Web "]