diff --git a/Cargo.lock b/Cargo.lock index 29447c9..3b57ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2dce3cb..e47a3f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-util = "0.3.31" hex = "0.4.3" log = "0.4.29" md-5 = "0.10.6" -reqwest = { version = "0.12.25", features = ["multipart", "stream", "rustls-tls"] } +reqwest = { version = "0.12.26", features = ["multipart", "stream", "rustls-tls"] } sha2 = "0.10.9" tempfile = "3.23.0" tokio = { version = "1.48.0", features = ["macros", "rt", "rt-multi-thread"] }