Skip to content

Commit ce1fee3

Browse files
authoredSep 2, 2024··
build(deps): bump testcontainers from 0.21.1 to 0.22.0
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.21.1 to 0.22.0. - [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.1...0.22.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24c497c commit ce1fee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rstest = "0.22"
7171
tempfile = "3.12.0"
7272
tower = { version = "0.5", features = ["util"] }
7373
http-body-util = "0.1.1"
74-
testcontainers = { version = "0.21", features = ["watchdog"] }
74+
testcontainers = { version = "0.22", features = ["watchdog"] }
7575
backon = { version = "1.1.0", features = ["tokio-sleep"] }
7676

7777
[target.'cfg(target_os = "linux")'.dev-dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.