Skip to content

Commit

Permalink
chore(deps): update primitive-types requirement from 0.12.2 to 0.13.1 (
Browse files Browse the repository at this point in the history
…#1341)

* chore(deps): update primitive-types requirement from 0.12.2 to 0.13.1

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

Signed-off-by: dependabot[bot] <[email protected]>

* update cargo lockfiles

---------

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 e0451ae commit 6d1ac7c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
24 changes: 6 additions & 18 deletions ci/cw-check/Cargo.lock

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

32 changes: 26 additions & 6 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 @@ -23,7 +23,7 @@ all-features = true
borsh = { workspace = true, optional = true }
derive_more = { workspace = true }
displaydoc = { workspace = true }
primitive-types = { version = "0.12.2", default-features = false, features = [ "serde_no_std" ] }
primitive-types = { version = "0.13.1", default-features = false, features = [ "serde_no_std" ] }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
uint = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 6d1ac7c

Please sign in to comment.