Skip to content

Commit dfc85da

Browse files
chore: Bump testcontainers from 0.25.2 to 0.26.0 (#83)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58d4460 commit dfc85da

File tree

2 files changed

+72
-40
lines changed

2 files changed

+72
-40
lines changed

Cargo.lock

Lines changed: 70 additions & 38 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
@@ -29,7 +29,7 @@ jsonschema = "0.33.0"
2929
reqwest = { version = "0.12.24", features = ["json", "stream"] }
3030
serde = { version = "1.0.228", features = ["derive"] }
3131
serde_json = { version = "1.0.145", features = ["raw_value"] }
32-
testcontainers = { version = "0.25.2", features = [
32+
testcontainers = { version = "0.26.0", features = [
3333
"http_wait",
3434
], optional = true }
3535
thiserror = "2.0.17"
@@ -45,7 +45,7 @@ rand = { version = "0.8", optional = true }
4545
polars = { version = "0.44", default-features = false, features = ["lazy", "dtype-datetime"], optional = true }
4646

4747
[dev-dependencies]
48-
testcontainers = { version = "0.25.2", features = ["http_wait"] }
48+
testcontainers = { version = "0.26.0", features = ["http_wait"] }
4949
tokio = { version = "1.48.0", features = ["full"] }
5050
tokio-test = "0.4.4"
5151

0 commit comments

Comments
 (0)