mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 15:21:08 +00:00
Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.4 (#1326)
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.11.2+zstd.1.5.2 to 0.12.4. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-minor ... 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
+1
-1
@@ -12318,7 +12318,7 @@ dependencies = [
|
||||
"sp-maybe-compressed-blob",
|
||||
"sp-runtime",
|
||||
"thiserror",
|
||||
"zstd 0.11.2+zstd.1.5.2",
|
||||
"zstd 0.12.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -23,7 +23,7 @@ thiserror = "1.0.31"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
zstd = { version = "0.11.2", default-features = false }
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
||||
|
||||
@@ -17,7 +17,7 @@ log = { version = "0.4.17", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.188", optional = true }
|
||||
thousands = { version = "0.2.0", optional = true }
|
||||
zstd = { version = "0.12.3", default-features = false, optional = true }
|
||||
zstd = { version = "0.12.4", default-features = false, optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}
|
||||
frame-support = { path = "../support", default-features = false}
|
||||
frame-system = { path = "../system", default-features = false}
|
||||
|
||||
@@ -12,4 +12,4 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0"
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
||||
@@ -33,7 +33,7 @@ sp-weights = { path = "../weights", default-features = false}
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
sp-api = { path = "../api" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
sp-tracing = { path = "../tracing" }
|
||||
|
||||
@@ -41,7 +41,7 @@ log = "0.4.17"
|
||||
parity-scale-codec = "3.6.1"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.10"
|
||||
|
||||
Reference in New Issue
Block a user