mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Bump the known_good_semver group with 2 updates (#1485)
Bumps the known_good_semver group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [syn](https://github.com/dtolnay/syn). Updates `serde_json` from 1.0.105 to 1.0.106 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) Updates `syn` from 2.0.31 to 2.0.32 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.31...2.0.32) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... 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:
@@ -17,7 +17,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.31", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
syn = { version = "2.0.32", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
proc-macro2 = "1.0.56"
|
||||
blake2 = { version = "0.10.4", default-features = false }
|
||||
proc-macro-crate = "1.1.3"
|
||||
|
||||
@@ -17,5 +17,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.31", features = ["full", "parsing"] }
|
||||
syn = { version = "2.0.32", features = ["full", "parsing"] }
|
||||
sp-core-hashing = { path = "..", default-features = false}
|
||||
|
||||
@@ -18,7 +18,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = "2.0.31"
|
||||
syn = "2.0.32"
|
||||
proc-macro2 = "1.0.56"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-api = { path = "../api", default-features = false}
|
||||
sp-runtime = { path = "../runtime", default-features = false}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
serde_json = { version = "1.0.85", default-features = false, features = ["alloc"] }
|
||||
serde_json = { version = "1.0.106", default-features = false, features = ["alloc"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -18,4 +18,4 @@ serde = { version = "1.0.188", features = ["derive"] }
|
||||
sp-core = { path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
|
||||
@@ -20,4 +20,4 @@ Inflector = "0.11.4"
|
||||
proc-macro-crate = "1.1.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.31", features = ["full", "visit", "fold", "extra-traits"] }
|
||||
syn = { version = "2.0.32", features = ["full", "visit", "fold", "extra-traits"] }
|
||||
|
||||
@@ -32,7 +32,7 @@ sp-weights = { path = "../weights", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
sp-api = { path = "../api" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
|
||||
@@ -19,7 +19,7 @@ proc-macro = true
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = [ "derive" ] }
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.31", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
syn = { version = "2.0.32", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-version = { path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user