Skip to content

Commit

Permalink
Bump parity-scale-codec from 3.6.5 to 3.6.9
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.5 to 3.6.9.
- [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.5...v3.6.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent c88680c commit c85adfc
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 24 deletions.
103 changes: 80 additions & 23 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 @@ -6,7 +6,7 @@ version = '0.6.0'
description = "Reward citizens who participated in a crowdloan to acquire a parachain slot o nthe backing relay chain."

[dependencies]
parity-scale-codec = { version = "3.6.5", default-features = false}
parity-scale-codec = { version = "3.6.9", default-features = false}
serde = { version = "1.0.101", optional = true, features = ["derive"], default-features = false }
log = { version = "0.4.20", default-features = false }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit c85adfc

Please sign in to comment.