mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 17:18:08 +00:00
dc2bc7704d
* cargo: Update primitive-types to v 0.12.1 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update base64 to v 0.21 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update simple_logger to v 4.0.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update parking_lot to v 0.12.1 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update soketto to v 0.7.1 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update tokio-util to v 0.7.4 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update sha-1 to v 0.10.1 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update jemallocator to v 0.5.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update criterion to v 0.4.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Update cargo.lock Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
22 lines
563 B
TOML
22 lines
563 B
TOML
[package]
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
authors = ["James Wilson <james@jsdw.me>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.41"
|
|
futures = "0.3.15"
|
|
http = "0.2.4"
|
|
log = "0.4.14"
|
|
serde_json = "1.0.64"
|
|
soketto = "0.7.1"
|
|
thiserror = "1.0.25"
|
|
tokio = { version = "1.10.1", features = ["full"] }
|
|
tokio-util = { version = "0.7.4", features = ["full"] }
|
|
common = { path = "../common" }
|
|
time = { version = "0.3.0", features = ["formatting"] }
|
|
flume = "0.10.8"
|