From 1c86f642e5a0c5e01edde14141aaf0dbac62fabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:20:44 -0500 Subject: [PATCH] Bump mockito from 1.6.0 to 1.6.1 (#1271) Bumps [mockito](https://github.com/lipanski/mockito) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- xmtp_mls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1566b9ed..26bb220ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3389,9 +3389,9 @@ dependencies = [ [[package]] name = "mockito" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1434004280bb637ca90a44a68b73260b9a982c32f7d417a8412bdc9521ac1260" +checksum = "652cd6d169a36eaf9d1e6bce1a221130439a966d7f27858af66a33a66e9c4ee2" dependencies = [ "assert-json-diff", "bytes", diff --git a/xmtp_mls/Cargo.toml b/xmtp_mls/Cargo.toml index 0d02c5ad8..63aa3aba1 100644 --- a/xmtp_mls/Cargo.toml +++ b/xmtp_mls/Cargo.toml @@ -136,7 +136,7 @@ xmtp_proto = { workspace = true, features = ["test-utils"] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] ctor.workspace = true ethers = { workspace = true, features = ["openssl"] } -mockito = "1.4.0" +mockito = "1.6.1" openmls = { workspace = true } tempfile = "3.14.0" tracing-subscriber = { workspace = true, features = [