aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-07-05 15:37:40 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-07-05 15:37:40 +0200
commit098adf3a6895529bbd467f13b55fc241099c2ff7 (patch)
treee70c126e3fdfd69378e8bcd0fa5b539422e907d3
parent216e7de7b0401db59e470253726f86b0f380323a (diff)
downloadrust-zotapi-098adf3a6895529bbd467f13b55fc241099c2ff7.tar.gz
rust-zotapi-098adf3a6895529bbd467f13b55fc241099c2ff7.tar.bz2
rust-zotapi-098adf3a6895529bbd467f13b55fc241099c2ff7.zip
Update dependencies
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c88cdd0..22565a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,14 +22,14 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
-dotenv = "0.13"
+dotenv = "0.15"
reqwest = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-serde_qs = "0.5.2"
-url = "2.1"
+serde_qs = "0.8"
+url = "2.2"
[dev-dependencies]
-base64 = "0.11.0"
-mockito = "0.25"
+base64 = "0.13"
+mockito = "0.30"
serde_json = "1.0"