aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-07-27 14:24:34 +0200
committerMartin Fischer <martin@push-f.com>2022-07-27 14:24:34 +0200
commitdadd46143e7a0fb9d512d5601a6f8fef553fd82a (patch)
tree2c979996b9240c6be2af4b5f617ef9cd6df4da65
parent5d85db6e8eae574fccafef374b1f2bd990502a55 (diff)
update serde_urlencoded dependency
-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"