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
---
updated-dependencies:
- dependency-name: primitive-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8d36c68 commit 314542d
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 @@ -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.9", default-features = false }
Expand Down

0 comments on commit 314542d

Please sign in to comment.