Skip to content

Commit 89916c6

Browse files
chore(deps): Update httpmock requirement from 0.7.0 to 0.8.2
Updates the requirements on [httpmock](https://github.com/httpmock/httpmock) to permit the latest version. - [Release notes](https://github.com/httpmock/httpmock/releases) - [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md) - [Commits](httpmock/httpmock@v0.7.0...v0.8.2) --- updated-dependencies: - dependency-name: httpmock dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 366a8a6 commit 89916c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ freedom-models = { version = "2.0.0", features = ["serde"] }
3232

3333
[dev-dependencies]
3434
futures = { version = "0.3.30" }
35-
httpmock = { version = "0.7.0" }
35+
httpmock = { version = "0.8.2" }
3636
tokio = { version = "1.28.2", features = ["full"] }
3737
tokio-test = { version = "0.4.4"}
3838
tracing-test = { version = "0.2.4" }

0 commit comments

Comments
 (0)