diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-01-01 14:39:02 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-01-01 14:39:02 +0100 |
commit | af92ce5991aee0f6bd9ae6f84f9c668d5407ba09 (patch) | |
tree | 858bc7d691860bf6ee6d5cd3af4f40f8b8045ca8 /Cargo.toml | |
parent | 8b4b4ccd068d8677fd99ec2e366582102fd4177c (diff) | |
download | rust-zotapi-af92ce5991aee0f6bd9ae6f84f9c668d5407ba09.tar.gz rust-zotapi-af92ce5991aee0f6bd9ae6f84f9c668d5407ba09.tar.bz2 rust-zotapi-af92ce5991aee0f6bd9ae6f84f9c668d5407ba09.zip |
Update deps.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,12 +22,12 @@ edition = "2018" [dependencies] reqwest = "0.9.1" -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } serde_urlencoded = "0.5.1" [dev-dependencies] base64 = "0.11.0" clap = "2.33.0" dotenv = "0.13" -mockito = "0.19" +mockito = "0.22" serde_json = "1.0" |