From 8093fe39f551ad1b089cdc3946a89231bbb0959e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:12:07 +0000 Subject: [PATCH] build(deps): bump mockito from 0.31.1 to 1.4.0 Bumps [mockito](https://github.com/lipanski/mockito) from 0.31.1 to 1.4.0. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/0.31.1...1.4.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- cincinnati/Cargo.toml | 2 +- policy-engine/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da05b0535..dae44bff7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,20 +2158,21 @@ dependencies = [ [[package]] name = "mockito" -version = "0.31.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9" +checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e" dependencies = [ "assert-json-diff", "colored", - "httparse", - "lazy_static", + "futures-core", + "hyper 0.14.28", "log", "rand 0.8.5", "regex", "serde_json", "serde_urlencoded", "similar", + "tokio", ] [[package]] diff --git a/cincinnati/Cargo.toml b/cincinnati/Cargo.toml index 4da1cb9b1..1f24bbb41 100644 --- a/cincinnati/Cargo.toml +++ b/cincinnati/Cargo.toml @@ -46,7 +46,7 @@ hamcrest2 = "0.3.0" cached = "^0.44.0" [dev-dependencies] -mockito = "0.31.1" +mockito = "1.4.0" serde_json = "1.0.109" memchr = "^2.7" pretty_assertions = "1.4.0" diff --git a/policy-engine/Cargo.toml b/policy-engine/Cargo.toml index 979e6a3dc..ce6b1b676 100644 --- a/policy-engine/Cargo.toml +++ b/policy-engine/Cargo.toml @@ -38,4 +38,4 @@ built = { version = "^0.7.1", features = [ "git2" ]} [dev-dependencies] tokio = { version = "1.32", features = [ "rt-multi-thread" ] } memchr = "^2.7" -mockito = "0.31.1" +mockito = "1.4.0"