Skip to content

Commit 4fbaebb

Browse files
update: bump httpmock from 0.8.1 to 0.8.2 (#1504)
Bumps [httpmock](https://github.com/httpmock/httpmock) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/httpmock/httpmock/releases) - [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md) - [Commits](httpmock/httpmock@v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: httpmock dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e00ea67 commit 4fbaebb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ mockall = "0.13.0"
5454

5555
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies]
5656
assert_cmd = "2.0.14"
57-
httpmock = "0.8.0"
57+
httpmock = "0.8.2"
5858
predicates = "3.1"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ once_cell = "1.17.2"
280280
wasm-bindgen-test = "0.3.45"
281281

282282
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
283-
httpmock = "0.8.0"
283+
httpmock = "0.8.2"
284284
tokio = { version = "1.44.2", features = ["full"] }
285285
criterion = { package = "codspeed-criterion-compat", version = "3.0.5" }
286286

0 commit comments

Comments
 (0)