Skip to content

Commit

Permalink
Bump parity-scale-codec from 3.6.12 to 3.7.0 (#1172)
Browse files Browse the repository at this point in the history
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.6.12 to 3.7.0.
- [Release notes](https://github.com/paritytech/parity-scale-codec/releases)
- [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/parity-scale-codec/commits)

---
updated-dependencies:
- dependency-name: parity-scale-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 69a3b42 commit 78a8190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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 crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subxt ="0.35.3"
sp-keyring ="34.0.0"
project-root ="0.2.2"
sp-core ={ version="31.0.0", default-features=false }
parity-scale-codec="3.6.12"
parity-scale-codec="3.7.0"
lazy_static ="1.5.0"
hex-literal ="0.4.1"
tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ axum ={ version="0.7.9", features=["ws"] }

# Substrate
subxt ="0.35.3"
parity-scale-codec="3.6.12"
parity-scale-codec="3.7.0"
sp-core ={ version="31.0.0", default-features=false }

# Entropy
Expand Down

0 comments on commit 78a8190

Please sign in to comment.