From 828f2fe1420989198e81592e1812244d685d6deb Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Mon, 24 Feb 2025 12:00:32 +0000 Subject: [PATCH] =?UTF-8?q?build(dependencies):=20=F0=9F=A7=B1=20update=20?= =?UTF-8?q?crates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 bump anyhow from 1.0.95 to 1.0.96 📦 bump log from 0.4.25 to 0.4.26 Updating libc v0.2.169 -> v0.2.170 Updating unicode-ident v1.0.16 -> v1.0.17 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2948830..a03cf58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "autocfg" @@ -190,15 +190,15 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "libc" -version = "0.2.169" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" @@ -376,9 +376,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "unicode-ident" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" +checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" [[package]] name = "unindent" diff --git a/Cargo.toml b/Cargo.toml index b803f69..88d49a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,12 +18,12 @@ crate-type = ["cdylib"] # for Rust from Python # name = "subsetter" [dependencies] -anyhow = "1.0.95" +anyhow = "1.0.96" base64 = "0.22.1" clap = { version = "4.5.30", features = ["derive"] } clap-verbosity-flag = "3.0.2" env_logger = "0.11.6" -log = "0.4.25" +log = "0.4.26" # pyo3 = "0.23.3" # for Rust from Python xxhash-rust = { version = "0.8.15", features = ["xxh3"] }