Skip to content

Commit

Permalink
Build(deps): bump derive_builder from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 8b53569 commit 294404a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ maintenance = { status = "actively-developed" }
bollard = "^0.15"
clap = { version = "^3.2", features = ["cargo", "derive"] }
crossbeam-channel = "^0.5"
derive_builder = "^0.12"
derive_builder = "^0.13"
failure= "^0.1"
futures = "^0.3"
glob = "^0.3"
Expand Down

0 comments on commit 294404a

Please sign in to comment.