Skip to content

Commit ee80254

Browse files
Update mockito requirement from 0.30 to 0.31 (#666)
1 parent a522a46 commit ee80254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/security_keyvault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ azure_core = { path = "../core", version = "0.1" }
2727
[dev-dependencies]
2828
oauth2 = "4.0.0"
2929
azure_identity = { path = "../identity", version = "0.1" }
30-
mockito = "0.30"
30+
mockito = "0.31"
3131
async-trait = "0.1"
3232
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)