From b241e9edd5adb283e668af2eab254096186f4f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:51:22 +0000 Subject: [PATCH] build(deps): bump mockito from 1.6.1 to 1.7.0 (#15343) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25defee90..3c3cc03bbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3315,9 +3315,9 @@ dependencies = [ [[package]] name = "mockito" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "652cd6d169a36eaf9d1e6bce1a221130439a966d7f27858af66a33a66e9c4ee2" +checksum = "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48" dependencies = [ "assert-json-diff", "bytes", @@ -3328,7 +3328,7 @@ dependencies = [ "hyper 1.5.1", "hyper-util", "log", - "rand 0.8.5", + "rand 0.9.0", "regex", "serde_json", "serde_urlencoded", diff --git a/Cargo.toml b/Cargo.toml index 79f5533082..3d11084007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ md5 = { version = "0.10", package = "md-5" } miette = "7.5" mime = "0.3.17" mime_guess = "2.0" -mockito = { version = "1.6", default-features = false } +mockito = { version = "1.7", default-features = false } multipart-rs = "0.1.13" native-tls = "0.2" nix = { version = "0.29", default-features = false }