Skip to content

Commit

Permalink
A0-3951: Bump derive_more in the all-rust-deps group
Browse files Browse the repository at this point in the history
Bumps the all-rust-deps group with 1 update: [derive_more](https://github.com/JelteF/derive_more).


Updates `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
  dependency-group: all-rust-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 2149b80 commit 8977703
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
36 changes: 11 additions & 25 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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Utilities for node addressing and message signing in the aleph-bf
async-trait = "0.1"
bit-vec = "0.8"
codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] }
derive_more = "0.99"
derive_more = "1.0"
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 8977703

Please sign in to comment.