From 219a0a44c9e41023e4455a035fe1c6951678d5a0 Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Wed, 13 Nov 2024 02:02:23 +0000 Subject: [PATCH] update deps --- Cargo.lock | 4 ++-- NOTICE.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb9626..4776bf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "cc" -version = "1.1.37" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" +checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" dependencies = [ "shlex", ] diff --git a/NOTICE.txt b/NOTICE.txt index 4139e5d..856fbd7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -852,7 +852,7 @@ block-buffer 0.10.4 RustCrypto Developers https://github.com/RustCrypto/utils Ap bumpalo 3.16.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.8.0 Carl Lerche |Sean McArthur https://github.com/tokio-rs/bytes MIT Types and traits for working with bytes -cc 1.1.37 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.0 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