From 1a3ef2d77ab54bfe286f7400ac0cee2e25ea14e3 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 24 Jun 2024 20:26:03 +0200 Subject: update dependencies --- p2p/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'p2p/Cargo.toml') diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 7eee02a..3f61fee 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -29,30 +29,30 @@ karyon_net = { workspace = true, default-features = false, features = [ log = "0.4.21" -chrono = "0.4.35" +chrono = "0.4.38" rand = "0.8.5" -thiserror = "1.0.58" -semver = "1.0.22" +thiserror = "1.0.61" +semver = "1.0.23" sha2 = "0.10.8" -parking_lot = "0.12.2" +parking_lot = "0.12.3" # encode/decode bincode = { version = "2.0.0-rc.3", features = ["derive"] } base64 = "0.22.1" -serde = { version = "1.0.197", features = ["derive"], optional = true } +serde = { version = "1.0.203", features = ["derive"], optional = true } # async -async-trait = "0.1.77" -async-channel = "2.3.0" +async-trait = "0.1.80" +async-channel = "2.3.1" futures-util = { version = "0.3.5", features = [ "alloc", ], default-features = false } # tls -rcgen = "0.12.1" +rcgen = "0.13.1" yasna = "0.5.2" x509-parser = "0.16.0" -futures-rustls = { version = "0.25.1", features = [ +futures-rustls = { version = "0.26.0", features = [ "aws-lc-rs", ], optional = true } tokio-rustls = { version = "0.26.0", features = ["aws-lc-rs"], optional = true } @@ -60,7 +60,7 @@ rustls-pki-types = "1.7.0" [dev-dependencies] async-std = "1.12.0" -clap = { version = "4.5.2", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } ctrlc = "3.4.4" easy-parallel = "3.3.1" env_logger = "0.11.3" -- cgit v1.2.3