From e08ca497672c8cff139169a81abe29a804bac5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:29:11 +0200 Subject: [PATCH] Bump primitive-types from 0.12.1 to 0.12.2 (#1047) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Blazej Kolad --- Cargo.lock | 4 ++-- adapters/avail/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2149072fb..655ca63b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6039,9 +6039,9 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", diff --git a/adapters/avail/Cargo.toml b/adapters/avail/Cargo.toml index 4dc6f3b7c..ebc9ae84b 100644 --- a/adapters/avail/Cargo.toml +++ b/adapters/avail/Cargo.toml @@ -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 }