Skip to content

Commit

Permalink
chore(deps): update uint requirement from 0.9 to 0.10 (#1342)
Browse files Browse the repository at this point in the history
* chore(deps): update uint requirement from 0.9 to 0.10

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]>

* update cargo lockfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ranadeep Biswas <[email protected]>
  • Loading branch information
dependabot[bot] and rnbguy authored Nov 12, 2024
1 parent 5bba36e commit 34befe5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 36 deletions.
44 changes: 28 additions & 16 deletions ci/cw-check/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 31 additions & 19 deletions ci/no-std-check/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 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 34befe5

Please sign in to comment.