mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 13:17:56 +00:00
Bump primitive-types from 0.10.0 to 0.10.1 (#9754)
Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/paritytech/parity-common/releases) - [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>
This commit is contained in:
Generated
+2
-2
@@ -6385,9 +6385,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "primitive-types"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e90f6931e6b3051e208a449c342246cb7c786ef300789b95619f46f1dd75d9b0"
|
||||
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
|
||||
dependencies = [
|
||||
"fixed-hash",
|
||||
"impl-codec",
|
||||
|
||||
@@ -28,7 +28,7 @@ sp-debug-derive = { version = "3.0.0", default-features = false, path = "../debu
|
||||
[dev-dependencies]
|
||||
rand = "0.7.2"
|
||||
criterion = "0.3"
|
||||
primitive-types = "0.10.0"
|
||||
primitive-types = "0.10.1"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
sp-arithmetic = { version = "4.0.0-dev", path = ".." }
|
||||
honggfuzz = "0.5.49"
|
||||
primitive-types = "0.10.0"
|
||||
primitive-types = "0.10.1"
|
||||
num-bigint = "0.2"
|
||||
|
||||
[[bin]]
|
||||
|
||||
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "2.2.0", default-features =
|
||||
log = { version = "0.4.11", default-features = false }
|
||||
serde = { version = "1.0.126", optional = true, features = ["derive"] }
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
primitive-types = { version = "0.10.0", default-features = false, features = [
|
||||
primitive-types = { version = "0.10.1", default-features = false, features = [
|
||||
"codec",
|
||||
] }
|
||||
impl-serde = { version = "0.3.0", optional = true }
|
||||
|
||||
@@ -21,7 +21,7 @@ sp-runtime-interface-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.10.0-dev", optional = true, path = "../externalities" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||
static_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.10.0", default-features = false }
|
||||
primitive-types = { version = "0.10.1", default-features = false }
|
||||
sp-storage = { version = "4.0.0-dev", default-features = false, path = "../storage" }
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user