summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fa661a78..8ae7205f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ shadow-rs = "0.5.24"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
# Optional/http:
-attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] }
+attohttpc = { version = "0.16.3", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2.7", optional = true }
shell-words = "1.0.0"