diff --git a/Cargo.toml b/Cargo.toml index cdf697f..a7688c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ chrono = { version = "0.4.19", features = ["serde"] } derive-new = "0.5.9" getset = "0.1.2" jsonwebtoken = "8.1.0" -mockito = "0.31.0" +mockito = "1.0.0" parking_lot = "0.12.1" reqwest = { version = "0.11.10", features = ["json"] } secrecy = "0.8.0" @@ -41,5 +41,5 @@ tracing = "0.1.35" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -mockito = "0.31.0" +mockito = "1.0.0" tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }