aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c5316d..b02d011 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ security = ["base64", "hmac", "rand", "sha2"]
[dependencies]
http = "0.2"
serde = { version = "1.0", features = ["derive"] }
-serde_urlencoded = "0.7.0"
+serde_urlencoded = "0.7.1"
httpdate = "1"
mime = "0.3"
thiserror = "1.0"