Skip to content

Commit

Permalink
chore(deps): update primitive-types requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [primitive-types](https://github.com/paritytech/parity-common) to permit the latest version.
- [Commits](paritytech/parity-common@primitive-types-v0.12.0...primitive-types-v0.13.1)

---
updated-dependencies:
- dependency-name: primitive-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent b91e6f7 commit 6ff5afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ parity-scale-codec = { version = "3", optional = true, features = [
"derive",
"max-encoded-len",
], default-features = false }
primitive-types = { version = "0.12", optional = true, default-features = false }
primitive-types = { version = "0.13", optional = true, default-features = false }
proptest = { version = "1.3", optional = true, default-features = false }
pyo3 = { version = "0.19", optional = true, default-features = false }
quickcheck = { version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit 6ff5afb

Please sign in to comment.