Bump mockito from 1.5.0 to 1.6.1 (#14336)

This commit is contained in:
dependabot[bot] 2024-11-14 09:20:17 +00:00 committed by GitHub
parent 3893fbb0b1
commit 739a7ea730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2805,9 +2805,9 @@ dependencies = [
[[package]]
name = "mockito"
version = "1.5.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b34bd91b9e5c5b06338d392463e1318d683cf82ec3d3af4014609be6e2108d"
checksum = "652cd6d169a36eaf9d1e6bce1a221130439a966d7f27858af66a33a66e9c4ee2"
dependencies = [
"assert-json-diff",
"bytes",

View File

@ -109,7 +109,7 @@ md5 = { version = "0.10", package = "md-5" }
miette = "7.2"
mime = "0.3.17"
mime_guess = "2.0"
mockito = { version = "1.5", default-features = false }
mockito = { version = "1.6", default-features = false }
multipart-rs = "0.1.11"
native-tls = "0.2"
nix = { version = "0.29", default-features = false }