diff --git a/Cargo.toml b/Cargo.toml index 84ab07c..18c93ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ name = "dredge" [dependencies] clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] } simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr"] } -http = "0.2.9" +http = "1.0.0" indoc = "2.0.4" log = "0.4.20" reqwest = { version = "0.11.20", features = ["json", "gzip", "multipart", "native-tls-vendored"] }