From de61cc0ef1690874d85cbcb8bcdac49bef9fc215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:46:20 +0000 Subject: [PATCH] build(deps): Bump mockito from 1.1.0 to 1.2.0 Bumps [mockito](https://github.com/lipanski/mockito) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- aggregator/Cargo.toml | 2 +- client/Cargo.toml | 2 +- collector/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bd59ab79..4d2015654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,15 +2394,14 @@ dependencies = [ [[package]] name = "mockito" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c762b6267c4593555bb38f1df19e9318985bc4de60b5e8462890856a9a5b4c" +checksum = "f8d3038e23466858569c2d30a537f691fa0d53b51626630ae08262943e3bbb8b" dependencies = [ "assert-json-diff", "colored", "futures", "hyper", - "lazy_static", "log", "rand", "regex", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 3dca700ff..7df2c2f01 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -104,7 +104,7 @@ assert_matches = "1" hyper = "0.14.27" janus_aggregator = { path = ".", features = ["fpvec_bounded_l2", "test-util"] } janus_aggregator_core = { workspace = true, features = ["test-util"] } -mockito = "1.1.0" +mockito = "1.2.0" rstest.workspace = true tempfile = "3.8.0" tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency diff --git a/client/Cargo.toml b/client/Cargo.toml index 4dccf7fb9..308129862 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -28,6 +28,6 @@ url = "2.4.1" [dev-dependencies] assert_matches = "1" janus_core = { workspace = true, features = ["test-util"]} -mockito = "1.1.0" +mockito = "1.2.0" tracing-log = "0.1.3" tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] } diff --git a/collector/Cargo.toml b/collector/Cargo.toml index d1b1457d9..8268d5ec7 100644 --- a/collector/Cargo.toml +++ b/collector/Cargo.toml @@ -39,5 +39,5 @@ url = "2.4.1" assert_matches = "1" janus_collector = { path = ".", features = ["fpvec_bounded_l2", "test-util"] } janus_core = { workspace = true, features = ["fpvec_bounded_l2", "test-util"] } -mockito = "1.1.0" +mockito = "1.2.0" rand = "0.8" diff --git a/core/Cargo.toml b/core/Cargo.toml index 4cd73cf0a..c439f9c09 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -68,6 +68,6 @@ url = "2.4.1" fixed = "1.23" hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency janus_core = { path = ".", features = ["test-util"] } -mockito = "1.1.0" +mockito = "1.2.0" rstest.workspace = true serde_test.workspace = true