Skip to content

Commit 8cef1c3

Browse files
chore: Bump testcontainers from 0.24.0 to 0.25.0
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.24.0 to 0.25.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.24.0...0.25.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7a7225 commit 8cef1c3

File tree

2 files changed

+225
-8
lines changed

2 files changed

+225
-8
lines changed

Cargo.lock

Lines changed: 223 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jsonschema = "0.30.0"
2828
reqwest = { version = "0.12.22", features = ["json", "stream"] }
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.141"
31-
testcontainers = { version = "0.24.0", features = [
31+
testcontainers = { version = "0.25.0", features = [
3232
"http_wait",
3333
], optional = true }
3434
thiserror = "2.0.12"
@@ -39,7 +39,7 @@ typed-builder = "0.21.0"
3939
url = "2.5.4"
4040

4141
[dev-dependencies]
42-
testcontainers = { version = "0.24.0", features = ["http_wait"] }
42+
testcontainers = { version = "0.25.0", features = ["http_wait"] }
4343
tokio = { version = "1.46.1", features = ["full"] }
4444
tokio-test = "0.4.4"
4545

0 commit comments

Comments
 (0)