mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
711132c961
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.48) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
23 lines
772 B
TOML
23 lines
772 B
TOML
[package]
|
|
name = "zombienet-backchannel"
|
|
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
|
|
readme = "README.md"
|
|
publish = false
|
|
version = "1.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.24.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
|
|
url = "2.3.1"
|
|
tokio-tungstenite = "0.17"
|
|
futures-util = "0.3.23"
|
|
lazy_static = "1.4.0"
|
|
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
|
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
|
|
thiserror = "1.0.48"
|
|
gum = { package = "tracing-gum", path = "../gum" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|