Skip to content

Commit

Permalink
Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.4 (#1326)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and Daanvdplas committed Sep 11, 2023
1 parent a6fcf10 commit ec2d193
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polkadot/node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion substrate/frame/state-trie-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/maybe-compressed-blob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion substrate/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/try-runtime/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec2d193

Please sign in to comment.