Skip to content

Commit 828eafb

Browse files
chore: Bump testcontainers from 0.24.0 to 0.25.0 (#38)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9f00d9 commit 828eafb

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.31.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.47.0", features = ["full"] }
4444
tokio-test = "0.4.4"
4545

0 commit comments

Comments
 (0)