diff --git a/Cargo.toml b/Cargo.toml index 3ed7367..626a948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ r2d2 = "0.8" calendar-duration = "1.0" time = { version = "0.3", features = ["parsing", "serde"] } tokio-util = "0.7" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } rusoto_core = "0.48" rusoto_s3 = "0.48" rusoto_credential = "0.48"