diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-11-19 00:25:44 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-11-19 00:25:44 +0100 |
commit | 23286103c0d3a1f9b49432da2b2bb2eadc022243 (patch) | |
tree | 8435094a13601d49302026324e6aef367906502f | |
parent | 63e1491ff66d428ccacff63ca2db2050076c9a0e (diff) | |
download | rust-zotapi-23286103c0d3a1f9b49432da2b2bb2eadc022243.tar.gz rust-zotapi-23286103c0d3a1f9b49432da2b2bb2eadc022243.tar.bz2 rust-zotapi-23286103c0d3a1f9b49432da2b2bb2eadc022243.zip |
Update to mockito 0.14.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,5 +27,5 @@ serde_urlencoded = "0.5.1" [dev-dependencies] clap = "2.32.0" dotenv = "0.13" -mockito = "0.12" +mockito = "0.14" serde_json = "1.0" |