Skip to content

Commit

Permalink
Merge pull request #205 from kubewarden/dependabot/cargo/testcontaine…
Browse files Browse the repository at this point in the history
…rs-0.21.1

build(deps): update testcontainers requirement from 0.20.0 to 0.21.1
  • Loading branch information
viccuad authored Aug 22, 2024
2 parents 79b0d56 + 3cb98ee commit 408e053
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 @@ -58,5 +58,5 @@ cfg-if = "1.0"
rstest = "0.22"
tempfile = "3.2"
textwrap = "0.16"
testcontainers = "0.20.0"
testcontainers = { version = "0.21", features = ["http_wait"] }
anyhow = "1.0.83"

0 comments on commit 408e053

Please sign in to comment.