From 557763cf073a1b4d2811b2aa38e6eb9ad83ded75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:02:46 +0000 Subject: [PATCH] Update mockito requirement from 0.31 to 0.32 Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/0.31.0...0.32.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/iot_deviceupdate/Cargo.toml | 2 +- sdk/security_keyvault/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/iot_deviceupdate/Cargo.toml b/sdk/iot_deviceupdate/Cargo.toml index 7a5d79465ca..724d8720515 100644 --- a/sdk/iot_deviceupdate/Cargo.toml +++ b/sdk/iot_deviceupdate/Cargo.toml @@ -27,7 +27,7 @@ azure_identity = { path = "../identity", default_features = false } [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -mockito = "0.31" +mockito = "0.32" async-trait = "0.1" [features] diff --git a/sdk/security_keyvault/Cargo.toml b/sdk/security_keyvault/Cargo.toml index eec57751481..8bcdbab128d 100644 --- a/sdk/security_keyvault/Cargo.toml +++ b/sdk/security_keyvault/Cargo.toml @@ -26,7 +26,7 @@ azure_core = { path = "../core", version = "0.5", default-features = false } [dev-dependencies] azure_identity = { path = "../identity", default-features = false } -mockito = "0.31" +mockito = "0.32" async-trait = "0.1" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }