mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 15:47:33 +00:00
0493fed686
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
726 B
TOML
23 lines
726 B
TOML
[package]
|
|
name = "zombienet-backchannel"
|
|
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
|
|
license = "GPL-3.0-only"
|
|
version = "0.9.19"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.18.1", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
|
|
url = "2.0.0"
|
|
tokio-tungstenite = "0.17"
|
|
futures-util = "0.3.21"
|
|
lazy_static = "1.4.0"
|
|
parity-scale-codec = { version = "3.1.2", features = ["derive"] }
|
|
reqwest = "0.11"
|
|
thiserror = "1.0.31"
|
|
gum = { package = "tracing-gum", path = "../gum/" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|