Skip to content

Commit

Permalink
build(deps): update bollard-stubs requirement
Browse files Browse the repository at this point in the history
Updates the requirements on bollard-stubs to permit the latest version.

---
updated-dependencies:
- dependency-name: bollard-stubs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 0c2b45f commit a59c8bf
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 @@ -40,7 +40,7 @@ time = ["dep:time", "bollard-stubs/time"]

[dependencies]
base64 = "0.22"
bollard-stubs = { version = "=1.44.0-rc.2", default-features = false }
bollard-stubs = { version = "=1.45.0-rc.26.0.1", default-features = false }
bollard-buildkit-proto = { path = "codegen/proto", version = "=0.4.0", optional = true }
bytes = "1"
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "serde"], optional = true }
Expand Down

0 comments on commit a59c8bf

Please sign in to comment.