Skip to content

Commit

Permalink
Bump primitive-types from 0.12.0 to 0.12.1 (#2787)
Browse files Browse the repository at this point in the history
Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/paritytech/parity-common/releases)
- [Commits](paritytech/parity-common@primitive-types-v0.12.0...primitive-types-v0.12.1)

---
updated-dependencies:
- dependency-name: primitive-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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 Oct 28, 2022
1 parent afc4824 commit d717fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-util-serial = { path = "../../util/serial", features = ["std"] }

maplit = "1.0.2"
mockall = "0.11.3"
primitive-types = "0.12.0"
primitive-types = "0.12.1"
rand = "0.8"
rand_hc = "0.3"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit d717fdf

Please sign in to comment.