Skip to content

Commit

Permalink
Update testcontainers requirement from 0.15.0 to 0.20.1
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.15...0.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 8bc8f2c commit fc489ae
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 @@ -18,6 +18,6 @@ url = { version = "2.4.1", features = ["serde"] }
[dev-dependencies]
fluent-asserter = "0.1.9"
mockito = "1.4.0"
testcontainers = "0.15.0"
testcontainers = "0.20.1"
assert-json-diff = "2.0.2"
insta = { version = "1.38.0", features = ["yaml", "filters"] }

0 comments on commit fc489ae

Please sign in to comment.