Skip to content

Commit

Permalink
chore(deps): bump sp-io from 37.0.0 to 38.0.0 in /ci/no-std-check
Browse files Browse the repository at this point in the history
Bumps [sp-io](https://github.com/paritytech/polkadot-sdk) from 37.0.0 to 38.0.0.
- [Release notes](https://github.com/paritytech/polkadot-sdk/releases)
- [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md)
- [Commits](https://github.com/paritytech/polkadot-sdk/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent be82d12 commit 83a8256
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 7 deletions.
84 changes: 78 additions & 6 deletions ci/no-std-check/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 ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tendermint-proto = { version = "0.40", default-features = false }
tendermint-light-client-verifier = { version = "0.40", default-features = false, features = [ "rust-crypto" ] }

sp-core = { version = "34.0", default-features = false, optional = true }
sp-io = { version = "37.0", default-features = false, optional = true }
sp-io = { version = "38.0", default-features = false, optional = true }
sp-runtime = { version = "38.0", default-features = false, optional = true }
sp-std = { version = "14.0", default-features = false, optional = true }

Expand Down

0 comments on commit 83a8256

Please sign in to comment.