diff --git a/Cargo.lock b/Cargo.lock index 8935903..c77eb12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ dependencies = [ "futures-util", "opentelemetry", "percent-encoding", - "rand 0.9.2", + "rand 0.9.3", "thiserror 2.0.16", ] @@ -1283,7 +1283,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -1337,9 +1337,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -1826,7 +1826,7 @@ dependencies = [ "libgssapi", "netaddr2", "nix", - "rand 0.9.2", + "rand 0.9.3", "regex-lite", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0a8fcfa..c1db01c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ libc = "0.2.175" libgssapi = { version = "0.9.1", features = ["s4u"] } netaddr2 = { version = "0.10.0", features = ["serde"] } nix = { version = "0.30.1", features = ["user", "fs", "process", "signal", "mman"] } -rand = "0.9.2" +rand = "0.9.3" regex-lite = "0.1.7" serde = { version = "1.0.225", features = ["derive"] } serde_with = "3.14.0"