diff --git a/Cargo.lock b/Cargo.lock index cc82550..a5254d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", @@ -1329,9 +1329,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a8bc8c4..b26fad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.53", features = ["derive"] } futures-util = { version = "0.3.31" } hex = "0.4.3" nix = { version = "0.30.1", features = ["fs"] } -reqwest = { version = "0.12.24", features = ["stream"] } +reqwest = { version = "0.12.28", features = ["stream"] } temp-file = "0.1.9" tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } tokio-util = { version = "0.7.17", features = ["io"] }