diff --git a/Cargo.lock b/Cargo.lock index cde7268..e180267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "cc" -version = "1.2.13" +version = "1.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda" +checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" dependencies = [ "shlex", ] @@ -454,7 +454,7 @@ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" dependencies = [ "rand_chacha", "rand_core 0.9.0", - "zerocopy 0.8.17", + "zerocopy 0.8.18", ] [[package]] @@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff" dependencies = [ "getrandom 0.3.1", - "zerocopy 0.8.17", + "zerocopy 0.8.18", ] [[package]] @@ -972,11 +972,11 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.17" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713" +checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2" dependencies = [ - "zerocopy-derive 0.8.17", + "zerocopy-derive 0.8.18", ] [[package]] @@ -992,9 +992,9 @@ dependencies = [ [[package]] name = "zerocopy-derive" -version = "0.8.17" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626" +checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7" dependencies = [ "proc-macro2", "quote", diff --git a/NOTICE.txt b/NOTICE.txt index 0a613d0..315298a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -853,7 +853,7 @@ block-buffer 0.10.4 RustCrypto Developers https://github.com/RustCrypto/utils Ap bumpalo 3.17.0 Nick Fitzgerald https://github.com/fitzgen/bumpalo Apache-2.0 OR MIT A fast bump allocation arena for Rust. byteorder 1.5.0 Andrew Gallant https://github.com/BurntSushi/byteorder MIT OR Unlicense Library for reading/writing numbers in big-endian and little-endian. bytes 1.10.0 Carl Lerche |Sean McArthur https://github.com/tokio-rs/bytes MIT Types and traits for working with bytes -cc 1.2.13 Alex Crichton https://github.com/rust-lang/cc-rs Apache-2.0 OR MIT A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. +cc 1.2.14 Alex Crichton https://github.com/rust-lang/cc-rs Apache-2.0 OR MIT A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. cesu8 1.1.0 Eric Kidd https://github.com/emk/cesu8-rs Apache-2.0 OR MIT Convert to and from CESU-8 encoding (similar to UTF-8) cfg-if 1.0.0 Alex Crichton https://github.com/alexcrichton/cfg-if Apache-2.0 OR MIT A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. cipher 0.4.4 RustCrypto Developers https://github.com/RustCrypto/traits Apache-2.0 OR MIT Traits for describing block ciphers and stream ciphers @@ -950,6 +950,6 @@ windows_x86_64_msvc 0.42.2 Microsoft https://github.com/microsoft/windows-rs Apa windows_x86_64_msvc 0.52.6 Microsoft https://github.com/microsoft/windows-rs Apache-2.0 OR MIT Import lib for Windows wit-bindgen-rt 0.33.0 https://github.com/bytecodealliance/wasi-rs Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT Runtime support for the `wit-bindgen` crate zerocopy 0.7.35 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Utilities for zero-copy parsing and serialization -zerocopy 0.8.17 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT "Zerocopy makes zero-cost memory manipulation effortless. We write ""unsafe"" so you don't have to." +zerocopy 0.8.18 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT "Zerocopy makes zero-cost memory manipulation effortless. We write ""unsafe"" so you don't have to." zerocopy-derive 0.7.35 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate -zerocopy-derive 0.8.17 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate +zerocopy-derive 0.8.18 Joshua Liebow-Feeser https://github.com/google/zerocopy Apache-2.0 OR BSD-2-Clause OR MIT Custom derive for traits from the zerocopy crate