Skip to content

Commit

Permalink
chore(deps): Bump primitive-types from 0.12.1 to 0.12.2 (#3645)
Browse files Browse the repository at this point in the history
Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.12.1 to 0.12.2.
- [Commits](https://github.com/paritytech/parity-common/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 2546e89 commit 081c75a
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 @@ -21,7 +21,7 @@ mc-util-from-random = { path = "../../util/from-random" }
mc-util-serial = { path = "../../util/serial", features = ["std"] }

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

0 comments on commit 081c75a

Please sign in to comment.