From 9d4b940546fc02c1cdcec564186bcf99eb7ad46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:27:13 +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 b81e7411d..eccfc656d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2361,15 +2361,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 ba43913f0..13c4b3a98 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -106,7 +106,7 @@ assert_matches = "1" hyper = "0.14.27" janus_aggregator = { path = ".", features = ["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 6dd855ecd..704afcbea 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -27,6 +27,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 cbcc485f7..4ce0af9aa 100644 --- a/collector/Cargo.toml +++ b/collector/Cargo.toml @@ -36,5 +36,5 @@ url = "2.4.1" assert_matches = "1" janus_collector = { path = ".", features = ["test-util"] } janus_core = { workspace = true, features = ["test-util"] } -mockito = "1.1.0" +mockito = "1.2.0" rand = "0.8" diff --git a/core/Cargo.toml b/core/Cargo.toml index c66a79439..f5916cae1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -68,7 +68,7 @@ trillium.workspace = true hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency janus_core = { path = ".", features = ["test-util"] } kube.workspace = true -mockito = "1.1.0" +mockito = "1.2.0" rstest.workspace = true serde_test.workspace = true url = "2.4.1"