Skip to content

Commit 1847112

Browse files
committed
Downgrade mockito to satisfy MSRV
1 parent 52c1885 commit 1847112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ prost-build = { version = "0.11.3" }
3434
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "blocking"] }
3535

3636
[dev-dependencies]
37-
mockito = "0.31.1"
37+
mockito = "0.28.0"
3838
proptest = "1.1.0"
3939
tokio = { version = "1.22.0", features = ["macros"]}

0 commit comments

Comments
 (0)