Skip to content

Commit

Permalink
chore(deps): update uint requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [uint](https://github.com/paritytech/parity-common) to permit the latest version.
- [Commits](paritytech/parity-common@uint-v0.9.0...uint-v0.10.0)

---
updated-dependencies:
- dependency-name: uint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8d36c68 commit 952a2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-apps/ics20-transfer/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ displaydoc = { workspace = true }
primitive-types = { version = "0.12.2", default-features = false, features = [ "serde_no_std" ] }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
uint = { version = "0.9", default-features = false }
uint = { version = "0.10", default-features = false }

# ibc dependencies
ibc-core = { workspace = true }
Expand Down

0 comments on commit 952a2e7

Please sign in to comment.