Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2022
1 parent 1cabdf9 commit 7152fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2"
primitive-types = "0.11.1"
primitive-types = "0.12.0"
rand = "0.8"
rand_hc = "0.3"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down

0 comments on commit 7152fd4

Please sign in to comment.