Skip to content

Commit

Permalink
build(deps): bump derive_builder from 0.11.1 to 0.11.2
Browse files Browse the repository at this point in the history
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.11.1...v0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2022
1 parent 87cc91a commit f20f68b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
anyhow = "1.0.56"
bincode = "1.3.3"
clap = { version = "3.1.12", features = ["cargo", "env" ] }
derive_builder = "0.11.1"
derive_builder = "0.11.2"
indexmap = { version = "1.8.1", features = ["serde-1"] }
itertools = "0.10.3"
pathdiff = "0.2.1"
Expand Down

0 comments on commit f20f68b

Please sign in to comment.