aboutsummaryrefslogtreecommitdiffstats
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 ca98051..8d63325 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ edition = "2018"
[dependencies]
reqwest = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
-serde_urlencoded = "0.5.1"
+serde_qs = "0.5.2"
[dev-dependencies]
base64 = "0.11.0"