Skip to content

Commit

Permalink
build(deps): update testcontainers requirement from 0.20 to 0.21
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.20.0...0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 7468881 commit f3a5444
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.20"
testcontainers = "0.21"
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 f3a5444

Please sign in to comment.