Skip to content

Commit

Permalink
build(deps): update testcontainers requirement from 0.17 to 0.18
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.17.0...0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 1b6ccf0 commit 669c315
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 @@ -158,7 +158,7 @@ openssl = "0.10.38"
rstest = "0.21.0"
serial_test = "3.0.0"
tempfile = "3.3.0"
testcontainers = "0.17"
testcontainers = "0.18"
tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

Expand Down

0 comments on commit 669c315

Please sign in to comment.