diff --git a/Cargo.lock b/Cargo.lock index 58392c12..92942423 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ "plotters", "plotters-bitmap", "proptest", - "rand 0.9.0", + "rand 0.9.1", "rayon", "tracing", ] @@ -1094,9 +1094,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "divan" version = "0.1.21" -source = "git+https://github.com/nvzqz/divan#52f9d4983e68b16d1d77f8920df087ef8f8d6ba0" +source = "git+https://github.com/nvzqz/divan#bca5c9676a35751d0a8164df7d79bda70f23286b" dependencies = [ "cfg-if", "clap", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "divan-macros" version = "0.1.21" -source = "git+https://github.com/nvzqz/divan#52f9d4983e68b16d1d77f8920df087ef8f8d6ba0" +source = "git+https://github.com/nvzqz/divan#bca5c9676a35751d0a8164df7d79bda70f23286b" dependencies = [ "proc-macro2", "quote", @@ -2281,7 +2281,7 @@ dependencies = [ "approx", "glam", "ordered-float 5.0.0", - "rand 0.9.0", + "rand 0.9.1", "serde", "tango-bench", ] @@ -3076,7 +3076,7 @@ version = "0.1.0" dependencies = [ "approx", "divan", - "rand 0.9.0", + "rand 0.9.1", ] [[package]] @@ -3459,9 +3459,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.171" +version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" +checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libdeflate-sys" @@ -4661,9 +4661,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] @@ -4789,7 +4789,7 @@ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", "getrandom 0.3.2", - "rand 0.9.0", + "rand 0.9.1", "ring", "rustc-hash 2.1.1", "rustls", @@ -4858,13 +4858,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", - "zerocopy 0.8.24", ] [[package]] @@ -5167,7 +5166,7 @@ dependencies = [ "libdeflater", "mio", "num_cpus", - "rand 0.9.0", + "rand 0.9.1", "serde", "tracing", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 6933f07d..afe289d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ humantime = '2.1.0' hyperion-proxy = { path = "crates/hyperion-proxy" } itertools = "0.14.0" kanal = '0.1.1' -libc = '0.2.170' +libc = '0.2.172' libdeflater = '1.23.1' memmap2 = '0.9.5' mio = { version = '1.0.3', features = ['os-poll', 'net'] } @@ -94,10 +94,10 @@ ouroboros = '0.18.5' papaya = "0.2.1" parking_lot = '0.12.3' plotters-bitmap = '0.3.6' -proc-macro2 = '1.0.94' +proc-macro2 = '1.0.95' proptest = '1.5.0' quote = '1.0.39' -rand = "0.9.0" +rand = "0.9.1" rayon = '1.10.0' rkyv = '0.8.8' serde = '1.0.217' @@ -130,7 +130,7 @@ version = '1.22.0' [workspace.dependencies.clap] features = ['derive'] -version = '4.5.36' +version = '4.5.37' [workspace.dependencies.derive_more] features = ['display', 'from', 'deref', 'deref_mut', 'debug', 'constructor']