diff --git a/Cargo.lock b/Cargo.lock index 97bb72f..9901c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,9 +1377,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e0d32d6..f0cccf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ proc-macro2 = "1.0.106" quote = "1.0.45" ra2a = "0.9.3" regex = "1.12.3" -reqwest = { version = "0.13.2", features = ["json", "stream", "multipart"] } +reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] } reqwest-middleware = { version = "0.5.1", features = ["json", "multipart"] } rmcp = { version = "1.3.0", features = [ "client",