From 6950d00b6525634c127bf13502536ea1c6fbef91 Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Wed, 27 Nov 2024 02:04:53 +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 04f2a1a..814d9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ checksum = "d264d60bc333b796813e95321a90e1b3c269aa94b8d8bff2a7dbe54d1663a85c" [[package]] name = "libc" -version = "0.2.165" +version = "0.2.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" +checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" [[package]] name = "log" diff --git a/NOTICE.txt b/NOTICE.txt index a6ce8e6..a9964b8 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -879,7 +879,7 @@ js-sys 0.3.72 The wasm-bindgen Developers https://github.com/rustwasm/wasm-bindg json 0.12.4 Maciej Hirsz https://github.com/maciejhirsz/json-rust Apache-2.0 OR MIT JSON implementation in Rust keccak 0.1.5 RustCrypto Developers https://github.com/RustCrypto/sponges/tree/master/keccak Apache-2.0 OR MIT Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants kern 1.7.1 Lennart Heinrich https://ltheinrich.de/kern ISC General library for Rust -libc 0.2.165 The Rust Project Developers https://github.com/rust-lang/libc Apache-2.0 OR MIT Raw FFI bindings to platform libraries like libc. +libc 0.2.166 The Rust Project Developers https://github.com/rust-lang/libc Apache-2.0 OR MIT Raw FFI bindings to platform libraries like libc. log 0.4.22 The Rust Project Developers https://github.com/rust-lang/log Apache-2.0 OR MIT A lightweight logging facade for Rust memchr 2.7.4 Andrew Gallant |bluss https://github.com/BurntSushi/memchr MIT OR Unlicense Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. minicov 0.3.7 Amanieu d'Antras https://github.com/Amanieu/minicov Apache-2.0 OR MIT Code coverage and profile-guided optimization support for no_std and embedded programs