Skip to content

Commit

Permalink
build(deps): Bump buildkit proto to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Nov 19, 2024
1 parent bef8a68 commit 08e2009
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipe = ["hyperlocal", "hyper-named-pipe"]
[dependencies]
base64 = "0.22"
bollard-stubs = { version = "=1.47.0-rc.27.3.1", default-features = false }
bollard-buildkit-proto = { path = "codegen/proto", version = "=0.4.0", optional = true }
bollard-buildkit-proto = { path = "codegen/proto", version = "=0.5.0", optional = true }
bytes = "1"
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "serde"], optional = true }
futures-core = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion codegen/proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bollard-buildkit-proto"
description = "Protobuf definitions to interact with buildkit using Bollard"
version = "0.4.0"
version = "0.5.0"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
repository = "https://github.com/fussybeaver/bollard"
Expand Down
2 changes: 1 addition & 1 deletion codegen/swagger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildkit = ["base64", "bytes", "bollard-buildkit-proto", "prost"]

[dependencies]
base64 = { version = "0.22", optional = true }
bollard-buildkit-proto = { path = "../proto", version = "=0.4.0", optional = true }
bollard-buildkit-proto = { path = "../proto", version = "=0.5.0", optional = true }
bytes = { version = "1", optional = true }
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "serde"], optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion codegen/swagger/src/main/resources/bollard/Cargo.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildkit = ["base64", "bytes", "bollard-buildkit-proto", "prost"]

[dependencies]
base64 = { version = "0.22", optional = true }
bollard-buildkit-proto = { path = "../proto", version = "=0.4.0", optional = true }
bollard-buildkit-proto = { path = "../proto", version = "=0.5.0", optional = true }
bytes = { version = "1", optional = true }
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "serde"], optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 08e2009

Please sign in to comment.