Skip to content

Commit

Permalink
Update testcontainers requirement from 0.14.0 to 0.15.0
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/dev/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.14.0...0.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 5012a36 commit c3486a6
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,5 +18,5 @@ url = { version = "2.4.1", features = ["serde"] }
[dev-dependencies]
fluent-asserter = "0.1.9"
mockito = "1.2.0"
testcontainers = "0.14.0"
testcontainers = "0.15.0"
assert-json-diff = "2.0.2"

0 comments on commit c3486a6

Please sign in to comment.