Skip to content

Commit

Permalink
Bump strum from 0.26.2 to 0.26.3 in the patch-dependencies group (#903)
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [strum](https://github.com/Peternator7/strum).


Updates `strum` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.2...v0.26.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 099775f commit b9ed4db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codec ={ package="parity-scale-codec", version="3.0.0", default-features=f
scale-info ={ version='2.11.3', default-features=false, features=['derive'] }
serde ={ version="1.0", default-features=false, features=["derive"] }
serde_derive="1.0.147"
strum ="0.26.2"
strum ="0.26.3"
strum_macros="0.26.4"

sp-runtime ={ version="32.0.0", default-features=false, optional=true, features=["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hex ="0.4.3"
reqwest-eventsource="0.6"
serde_derive ="1.0.147"
synedrion ="0.1"
strum ="0.26.2"
strum ="0.26.3"

# Async
futures="0.3"
Expand Down

0 comments on commit b9ed4db

Please sign in to comment.