Skip to content

Commit

Permalink
chore(deps): bump derive_more from 0.99.18 to 1.0.0 in /ci/cw-check
Browse files Browse the repository at this point in the history
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.18 to 1.0.0.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.18...v1.0.0)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 4e6c12e commit 21d551b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ base64 = { version = "0.22", default-features = false }
borsh = { version = "1", default-features = false, features = [ "derive" ] }
displaydoc = { version = "0.2.5", default-features = false }
prost = { version = "0.13.2", default-features = false }
derive_more = { version = "0.99.18", default-features = false, features = [ "from", "into", "display", "try_into" ] }
derive_more = { version = "1.0.0", default-features = false, features = [ "from", "into", "display", "try_into" ] }
rstest = { version = "0.22" }
schemars = { version = "0.8.21" }
sha2 = { version = "0.10.8", default-features = false }
Expand Down
24 changes: 12 additions & 12 deletions ci/cw-check/Cargo.lock

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

0 comments on commit 21d551b

Please sign in to comment.