Skip to content

Commit

Permalink
chore(deps): bump sp-runtime from 38.0.1 to 39.0.5 in /ci/no-std-check
Browse files Browse the repository at this point in the history
Bumps [sp-runtime](https://github.com/paritytech/polkadot-sdk) from 38.0.1 to 39.0.5.
- [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-runtime
  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 73c4327
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 12 deletions.
93 changes: 82 additions & 11 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 @@ -17,7 +17,7 @@ tendermint-light-client-verifier = { version = "0.40", default-features = false,

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

# The indirect dependency `syn` 2.0.4 has a bug that causes
Expand Down

0 comments on commit 73c4327

Please sign in to comment.