File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,6 +15,3 @@ license = "MIT OR Apache-2.0"
1515readme = " README.md"
1616repository = " https://github.com/testcontainers/testcontainers-rs"
1717rust-version = " 1.88"
18-
19- [patch .crates-io ]
20- bollard = { git = " https://github.com/DDtKey/bollard.git" , branch = " fix/providerless-session" }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1717
1818[dependencies ]
1919async-trait = { version = " 0.1" }
20- bollard = { version = " 0.19.3 " , features = [" buildkit_providerless" ] }
20+ bollard = { version = " 0.19.4 " , features = [" buildkit_providerless" ] }
2121bytes = " 1.6.0"
2222conquer-once = { version = " 0.4" , optional = true }
2323docker-compose-types = { version = " 0.22" , optional = true }
You can’t perform that action at this time.
0 commit comments