Skip to content

Commit

Permalink
Bump sp-core-hashing from 10.0.0 to 12.0.0 (Sovereign-Labs#1002)
Browse files Browse the repository at this point in the history
Bumps [sp-core-hashing](https://github.com/paritytech/polkadot-sdk) from 10.0.0 to 12.0.0.
- [Release notes](https://github.com/paritytech/polkadot-sdk/releases)
- [Commits](https://github.com/paritytech/polkadot-sdk/commits)

---
updated-dependencies:
- dependency-name: sp-core-hashing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Blazej Kolad <[email protected]>
  • Loading branch information
dependabot[bot] and bkolad authored Oct 10, 2023
1 parent 31db16d commit a11bf76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 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 adapters/avail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ borsh = { workspace = true, features = ["bytes"] }
sov-rollup-interface = { path = "../../rollup-interface" }
bytes = { version = "1.2.1", features = ["serde"]}
primitive-types = { version = "0.12.1", features = ["serde"]}
sp-core-hashing = "10.0.0"
sp-core-hashing = "12.0.0"
subxt = { version = "0.29", optional = true }
avail-subxt = { git = "https://github.com/availproject/avail.git", tag = "v1.6.3", features = ["std"], optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"], optional = true }
Expand Down

0 comments on commit a11bf76

Please sign in to comment.