Skip to content

Commit

Permalink
build(deps): update testcontainers requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-rs/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.21.0...0.22.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 408e053 commit 415cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ cfg-if = "1.0"
rstest = "0.22"
tempfile = "3.2"
textwrap = "0.16"
testcontainers = { version = "0.21", features = ["http_wait"] }
testcontainers = { version = "0.22", features = ["http_wait"] }
anyhow = "1.0.83"

0 comments on commit 415cdb4

Please sign in to comment.