From a02d1b47ad2ff4e2a8014f20549af5e6d9ed5edf Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sat, 1 Mar 2025 09:32:25 +0100 Subject: [PATCH] chore: update dependencies --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 466bfba..4773880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "bzip2" diff --git a/Cargo.toml b/Cargo.toml index d40ae81..c70ebd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ indicatif = "0.17" deob = { path = "libs/deob", version = "*", optional = true } zip = { version = "2.2", optional = true } -bytes = "1.9" +bytes = "1.10" sha2 = { version = "0.10", default-features = false } base16ct = { version = "0.2", features = ["alloc"] }