Skip to content

Commit

Permalink
Bump primitive-types from 0.12.1 to 0.12.2 (#1047)
Browse files Browse the repository at this point in the history
Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.12.1 to 0.12.2.
- [Commits](https://github.com/paritytech/parity-common/commits)

---
updated-dependencies:
- dependency-name: primitive-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Blazej Kolad <blazejkolad@gmail.com>
  • Loading branch information
dependabot[bot] and bkolad authored Oct 17, 2023
1 parent 0902c76 commit e08ca49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 adapters/avail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
borsh = { workspace = true, features = ["bytes"] }
sov-rollup-interface = { path = "../../rollup-interface" }
bytes = { version = "1.2.1", features = ["serde"]}
primitive-types = { version = "0.12.1", features = ["serde"]}
primitive-types = { version = "0.12.2", features = ["serde"]}
sp-core-hashing = "12.0.0"
subxt = { version = "0.29", optional = true }
avail-subxt = { git = "https://github.com/availproject/avail.git", tag = "v1.6.3", features = ["std"], optional = true }
Expand Down

0 comments on commit e08ca49

Please sign in to comment.