Skip to content

Commit 95a20eb

Browse files
authored
Merge pull request #229 from oras-project/dependabot/cargo/testcontainers-0.26
chore(deps): Update testcontainers requirement from 0.25 to 0.26
2 parents 75ac397 + 99a500c commit 95a20eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
6969
tempfile = "3.21"
7070
# This should stay pinned here until testcontainers makes sure all of its deps using rustls are
7171
# using the ring feature. Otherwise this fails to compile on Windows
72-
testcontainers = "0.25"
72+
testcontainers = "0.26"
7373
tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread"] }
7474
tokio-util = { version = "0.7", features = ["compat"] }

0 commit comments

Comments
 (0)