Skip to content

Commit 8f04ab8

Browse files
chore(deps): use bollard 0.19.4 (#870)
Bollard [0.19.4](https://github.com/fussybeaver/bollard/releases/tag/v0.19.4) has been released, containing @DDtKey fix This PR removed the patch in the `Cargo.toml`.
1 parent f6625f1 commit 8f04ab8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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)