Skip to content

Commit 614338b

Browse files
authored
Merge branch 'main' into dependabot/cargo/etcetera-0.11.0
2 parents 3cb31d3 + 8f04ab8 commit 614338b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
security_audit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Generate Cargo.lock if doesn't exist
1414
run: |
1515
if [ ! -f Cargo.lock ]; then

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ license = "MIT OR Apache-2.0"
1515
readme = "README.md"
1616
repository = "https://github.com/testcontainers/testcontainers-rs"
1717
rust-version = "1.88"
18-
19-
[patch.crates-io]
20-
bollard = { git = "https://github.com/DDtKey/bollard.git", branch = "fix/providerless-session" }

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1717

1818
[dependencies]
1919
async-trait = { version = "0.1" }
20-
bollard = { version = "0.19.3", features = ["buildkit_providerless"] }
20+
bollard = { version = "0.19.4", features = ["buildkit_providerless"] }
2121
bytes = "1.6.0"
2222
conquer-once = { version = "0.4", optional = true }
2323
docker-compose-types = { version = "0.22", optional = true }

0 commit comments

Comments
 (0)