Skip to content

Commit

Permalink
Merge pull request #161 from oras-project/dependabot/cargo/testcontai…
Browse files Browse the repository at this point in the history
…ners-0.22

chore(deps): Update testcontainers requirement from 0.20 to 0.22
  • Loading branch information
flavio committed Sep 3, 2024
2 parents 657c1ca + b8f1873 commit 8be4688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tempfile = "3.3"
# This should stay pinned here until testcontainers makes sure all of its deps using rustls are
# using the ring feature. Otherwise this fails to compile on Windows
testcontainers = "0.20"
testcontainers = "0.22"
tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.4", features = ["compat"] }

0 comments on commit 8be4688

Please sign in to comment.