diff --git a/Cargo.toml b/Cargo.toml index d0575ba..599f0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.75" chrono = "0.4.31" itertools = "0.12.0" mime = "0.3.17" -reqwest = { version = "0.11.22", features = ["json", "multipart", "stream"] } +reqwest = { version = "0.12.4", features = ["json", "multipart", "stream"] } serde = { version = "1.0.193", features = ["derive", "rc"] } serde_json = "1.0.108" sha1 = "0.10.6"