Skip to content

Commit

Permalink
chore(deps): bump parity-scale-codec from 3.6.9 to 3.6.12 (hyperledge…
Browse files Browse the repository at this point in the history
…r#4582)

Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.6.9 to 3.6.12.
- [Release notes](https://github.com/paritytech/parity-scale-codec/releases)
- [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md)
- [Commits](paritytech/parity-scale-codec@v3.6.9...v3.6.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent c5f272c commit b4eb3c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
32 changes: 6 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ serde = { version = "1.0.201", default-features = false }
serde_json = { version = "1.0.116", default-features = false }
serde_yaml = "0.9.34"
serde_with = { version = "3.8.1", default-features = false }
parity-scale-codec = { version = "3.6.9", default-features = false }
parity-scale-codec = { version = "3.6.12", default-features = false }
json5 = "0.4.1"
toml = "0.8.12"

Expand Down
2 changes: 1 addition & 1 deletion core/test_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ rand = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
unique_port = "0.2.1"
parity-scale-codec = { version = "3.6.9", default-features = false }
parity-scale-codec = { version = "3.6.12", default-features = false }
serde_json = { workspace = true }

0 comments on commit b4eb3c5

Please sign in to comment.