diff --git a/Cargo.lock b/Cargo.lock index 29447c9..b8b09a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2dce3cb..5e7fff2 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.28", features = ["multipart", "stream", "rustls-tls"] } sha2 = "0.10.9" tempfile = "3.23.0" tokio = { version = "1.48.0", features = ["macros", "rt", "rt-multi-thread"] }