diff --git a/Cargo.lock b/Cargo.lock index d4a13aa..c6c9083 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 71cd3c9..a86a66f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ axum = { version = "0.8.9", features = ["macros", "multipart"] } axum-extra = { version = "0.12.6", features = ["async-read-body", "routing", "typed-header"] } clap = { version = "4.6.1", features = ["derive", "env"] } clap_derive = "4.5.18" -reqwest = { version = "0.13.3", features = ["stream"], default-features = false } +reqwest = { version = "0.13.4", features = ["stream"], default-features = false } tokio = { version = "1.52.3", features = ["full"] }