Skip to content

Commit

Permalink
build(deps): bump strum from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Sep 1, 2023
1 parent fc7c3cf commit e88d85a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
40 changes: 31 additions & 9 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 pallets/creditcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
strum = { version = "0.24.1", features = ["derive"], default-features = false }
strum = { version = "0.25.0", features = ["derive"], default-features = false }
tracing = { workspace = true }
pallet-offchain-task-scheduler = { workspace = true }

Expand Down

0 comments on commit e88d85a

Please sign in to comment.