Skip to content

Commit 32fab65

Browse files
Pi-Clalpil
authored andcommitted
Bump mockito to 0.31.1
Fixes a RUSTSEC advisory where mockito was depending on an unmaintained crate lipanski/mockito#145
1 parent aa4d86d commit 32fab65

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
@@ -45,7 +45,7 @@ base16 = { version = "0.2", features = ["alloc"] }
4545
# HTTP client
4646
reqwest = { version = "0.12", features = ["json"] }
4747
# HTTP mock server
48-
mockito = "0.30"
48+
mockito = "0.31.1"
4949
# Async runtime
5050
tokio = { version = "1", features = ["full"] }
5151
# toml encoding

0 commit comments

Comments
 (0)