Skip to content

Commit

Permalink
build(deps): bump derive_builder from 0.20.1 to 0.20.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.20.1 to 0.20.2.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.20.1...v0.20.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 83e7b48 commit b005153
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 contracts/axone-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
derive_builder = "0.20.1"
derive_builder = "0.20.2"
either = "1.13.0"
rio_api.workspace = true
rio_turtle.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion contracts/axone-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
derive_builder = "0.20.1"
derive_builder = "0.20.2"
either = "1.13.0"
enum-iterator = "2.1.0"
lzma-rs = "0.3.0"
Expand Down

0 comments on commit b005153

Please sign in to comment.