Skip to content

Commit

Permalink
Bump parity-scale-codec from 3.4.0 to 3.6.3
Browse files Browse the repository at this point in the history
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.4.0 to 3.6.3.
- [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.4.0...v3.6.3)

---
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] committed Jul 3, 2023
1 parent 35167fb commit 8b97986
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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 @@ -37,7 +37,7 @@ criterion = { version = "0.4", optional = true } # Secretly dev-dependencies
derive_more = "0.99.17"
fastrlp = { version = "0.3.1", optional = true }
num-bigint = { version = "0.4.3", optional = true }
parity-scale-codec = { version = "3.2.1", optional = true, features = [ "max-encoded-len" ] }
parity-scale-codec = { version = "3.6.3", optional = true, features = [ "max-encoded-len" ] }
postgres-types = { version = "0.2.3", optional = true }
primitive-types = { version = "<1", optional = true }
proptest = { version = "1.0", optional = true }
Expand Down

0 comments on commit 8b97986

Please sign in to comment.