diff --git a/Cargo.toml b/Cargo.toml index 795d39c..d776c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ exclude = [ ] [dependencies] -attohttpc = { version = "^0.26", optional = true, default-features = false, features = [ +attohttpc = { version = "^0.28", optional = true, default-features = false, features = [ "compress", "tls-rustls-webpki-roots", ] }