Skip to content

Commit

Permalink
chore(deps): update sp-core requirement from 24.0.0 to 25.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sp-core](https://github.com/paritytech/polkadot-sdk) to permit the latest version.
- [Release notes](https://github.com/paritytech/polkadot-sdk/releases)
- [Commits](https://github.com/paritytech/polkadot-sdk/commits)

---
updated-dependencies:
- dependency-name: sp-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent aa1fe1d commit a88c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parity-scale-codec = {version = "3.6.4", default-features = false, features = ["
primitive-types = {version = "0.12.1", default-features = false}
scale-info = {version = "2.9.0", default-features = false}
sp-arithmetic = {version = "19.0.0", default-features = false}
sp-core = {version = "24.0.0", optional = true}
sp-core = {version = "25.0.0", optional = true}
sp-core-hashing = {version = "12.0.0", default-features = false}
sp-runtime = {version = "27.0.0", optional = true}

Expand Down

0 comments on commit a88c0d9

Please sign in to comment.