diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-27 14:24:34 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-27 14:24:34 +0200 |
commit | dadd46143e7a0fb9d512d5601a6f8fef553fd82a (patch) | |
tree | 2c979996b9240c6be2af4b5f617ef9cd6df4da65 | |
parent | 5d85db6e8eae574fccafef374b1f2bd990502a55 (diff) |
update serde_urlencoded dependency
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |