Skip to content

Commit

Permalink
build(deps): update base64 requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2024
1 parent b8217c8 commit 299ee6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ chrono = ["dep:chrono", "bollard-stubs/chrono"]
time = ["dep:time", "bollard-stubs/time"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
bollard-stubs = { path = "codegen/swagger", version = "=1.44.0-rc.2", default-features = false }
bollard-buildkit-proto = { path = "codegen/proto", version = "=0.3.0", optional = true }
bytes = "1"
Expand Down
2 changes: 1 addition & 1 deletion codegen/swagger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
buildkit = ["base64", "bytes", "bollard-buildkit-proto", "prost"]

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

0 comments on commit 299ee6d

Please sign in to comment.