diff --git a/Cargo.toml b/Cargo.toml index 1195e32..2693604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ sha256 = "1.5" chrono = "0.4" tar = "0.4" flate2 = "1.0" -reqwest = { version = "0.12", features = ["json", "stream"] } +reqwest = { version = "0.13", features = ["json", "stream"] } bytes = "1.0" yaml-rust2 = "0.10" tracing = "0.1"