diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index d952f39ce..7da70f9dd 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -30,7 +30,7 @@ tempfile = "3.3.0" os_info = "3.5.1" detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", branch = "master" } envoy = "0.1.3" -mockito = { version = "0.31.0", optional = true } +mockito = { version = "1.0.0", optional = true } regex = "1.6.0" dirs = "4.0.0" chrono = "0.4.22"