Skip to content

Commit

Permalink
build(deps): bump parity-scale-codec from 3.6.12 to 3.7.0
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](paritytech/parity-scale-codec@v3.6.12...v3.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent d2fa29f commit 0d05fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ duration-str = { version = "0.11.2", default-features = false, features = [
"serde",
"time",
] }
parity-scale-codec = { version = "3.6.12", features = ["derive", "serde"] }
parity-scale-codec = { version = "3.7.0", features = ["derive", "serde"] }
mockall = "0.13.1"

[dev-dependencies]
Expand Down

0 comments on commit 0d05fae

Please sign in to comment.