diff --git a/Cargo.lock b/Cargo.lock index 7770879..d355789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,7 +1579,7 @@ dependencies = [ "prost 0.14.1", "prost-build", "quick-xml", - "rand 0.9.1", + "rand 0.9.2", "rand_chacha 0.9.0", "regex", "reqwest", @@ -2373,9 +2373,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -2987,7 +2987,7 @@ dependencies = [ "hex", "parking_lot", "pnet_packet", - "rand 0.9.1", + "rand 0.9.2", "socket2", "thiserror 1.0.69", "tokio", diff --git a/mania/Cargo.toml b/mania/Cargo.toml index afb15c3..1ad8893 100644 --- a/mania/Cargo.toml +++ b/mania/Cargo.toml @@ -30,7 +30,7 @@ p256 = { version = "0.14.0-pre.6", features = ["ecdh"] } phf = { version = "0.12.1", features = ["macros"] } prost = "0.14.1" quick-xml = { version = "0.38.0", features = ["serialize"] } -rand = "0.9.1" +rand = "0.9.2" rand_chacha = "0.9.0" regex = "1.11.1" reqwest = "0.12.22"