From c1f744daa990bef5f5985d0f0e16b8142fd093d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:13:44 +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.1) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/device_update/Cargo.toml | 2 +- sdk/security_keyvault/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/device_update/Cargo.toml b/sdk/device_update/Cargo.toml index cd4c2386d3..640a6fafcd 100644 --- a/sdk/device_update/Cargo.toml +++ b/sdk/device_update/Cargo.toml @@ -28,7 +28,7 @@ azure_identity = { path = "../identity" } [dev-dependencies] tokio = { version = "1.0", features = ["full"] } oauth2 = "4.0.0" -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 45c409d01e..9f72a3ec57 100644 --- a/sdk/security_keyvault/Cargo.toml +++ b/sdk/security_keyvault/Cargo.toml @@ -26,6 +26,6 @@ azure_core = { path = "../core", version = "0.3" } [dev-dependencies] oauth2 = "4.0.0" azure_identity = { path = "../identity" } -mockito = "0.31" +mockito = "0.32" async-trait = "0.1" tokio = { version = "1.0", features = ["full"] }