fix(deps): update rust crate httpmock to 0.8.3

This commit is contained in:
renovate[bot]
2026-02-11 17:35:46 +00:00
committed by GitHub
parent 09e4dda02d
commit b6e23e0d18
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -991,9 +991,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "httpmock"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511f510e9b1888d67f10bab4397f8b019d2a9b249a2c10acbce2d705b1b32e26"
checksum = "bf4888a4d02d8e1f92ffb6b4965cf5ff56dda36ef41975f41c6fa0f6bde78c4e"
dependencies = [
"assert-json-diff",
"async-object-pool",

View File

@@ -48,7 +48,7 @@ dialoguer = "0.12.0"
indicatif = "0.18.3"
[dev-dependencies]
httpmock = "0.8.2"
httpmock = "0.8.3"
tokio-test = "0.4.5"
temp-env = "0.3.6"
tempfile = "3.24.0"