diff --git a/Cargo.lock b/Cargo.lock index 9a05ecc..ac46f00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,9 +757,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 5a1543a..3d5d105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bytes = "1.8" clap = {version="4.5", default-features=false, features=["derive", "std", "usage", "error-context", "help"]} elf = "0.7" futures = "0.3" -http = "1.1" +http = "1.2" snap = "1.1" thiserror = "2.0" libc = "0.2"