Skip to content

Commit

Permalink
Bump strum from 0.26.3 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 4257c0b commit 1db94fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 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.6', default-features=false, features=['derive'] }
serde ={ version="1.0", default-features=false, features=["derive"] }
serde_derive="1.0.147"
strum ="0.26.3"
strum ="0.27.0"
strum_macros="0.27.0"
blake2 ={ version="0.10.4", default-features=false }

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 @@ -23,7 +23,7 @@ hex ="0.4.3"
reqwest-eventsource="0.6"
serde_derive ="1.0.147"
synedrion ="0.2.0"
strum ="0.26.2"
strum ="0.27.0"
backoff ={ version="0.4.0", features=["tokio"] }

# Async
Expand Down

0 comments on commit 1db94fa

Please sign in to comment.