Skip to content

Commit 6e8135d

Browse files
Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.4 (paritytech#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6aa069 commit 6e8135d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

substrate/frame/state-trie-migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = { version = "0.4.17", default-features = false }
1717
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
1818
serde = { version = "1.0.188", optional = true }
1919
thousands = { version = "0.2.0", optional = true }
20-
zstd = { version = "0.12.3", default-features = false, optional = true }
20+
zstd = { version = "0.12.4", default-features = false, optional = true }
2121
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}
2222
frame-support = { path = "../support", default-features = false}
2323
frame-system = { path = "../system", default-features = false}

substrate/primitives/maybe-compressed-blob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ readme = "README.md"
1212

1313
[dependencies]
1414
thiserror = "1.0"
15-
zstd = { version = "0.12.3", default-features = false }
15+
zstd = { version = "0.12.4", default-features = false }

substrate/primitives/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sp-weights = { path = "../weights", default-features = false}
3333
[dev-dependencies]
3434
rand = "0.8.5"
3535
serde_json = "1.0.85"
36-
zstd = { version = "0.12.3", default-features = false }
36+
zstd = { version = "0.12.4", default-features = false }
3737
sp-api = { path = "../api" }
3838
sp-state-machine = { path = "../state-machine" }
3939
sp-tracing = { path = "../tracing" }

substrate/utils/frame/try-runtime/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ log = "0.4.17"
4141
parity-scale-codec = "3.6.1"
4242
serde = "1.0.188"
4343
serde_json = "1.0.85"
44-
zstd = { version = "0.12.3", default-features = false }
44+
zstd = { version = "0.12.4", default-features = false }
4545

4646
[dev-dependencies]
4747
assert_cmd = "2.0.10"

0 commit comments

Comments
 (0)