Skip to content

Commit

Permalink
build(deps): bump httptest from 0.15.5 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [httptest](https://github.com/ggriffiniii/httptest) from 0.15.5 to 0.16.1.
- [Commits](https://github.com/ggriffiniii/httptest/commits)

---
updated-dependencies:
- dependency-name: httptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent a1cc6cb commit 953d145
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 29 deletions.
105 changes: 78 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tough/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ walkdir = "2"
[dev-dependencies]
failure-server = { path = "../integ/failure-server" }
hex-literal = "0.4"
httptest = "0.15"
httptest = "0.16"
maplit = "1"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
tokio-test = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ walkdir = "2"
assert_cmd = "2"
futures = "0.3"
futures-core = "0.3"
httptest = "0.15"
httptest = "0.16"

0 comments on commit 953d145

Please sign in to comment.