mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
f1845f725d
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>
16 lines
448 B
TOML
16 lines
448 B
TOML
[package]
|
|
name = "sp-maybe-compressed-blob"
|
|
version = "4.1.0-dev"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
description = "Handling of blobs, usually Wasm code, which may be compresed"
|
|
documentation = "https://docs.rs/sp-maybe-compressed-blob"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
zstd = { version = "0.12.4", default-features = false }
|