From 028940fe3e0a87cdc421a6d07f1ecfb6c208b9d0 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Tue, 21 May 2024 02:20:45 +0200 Subject: jsonrpc: support pubsub --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ee085da..708e50a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,12 +142,11 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.3.0", "event-listener-strategy 0.5.2", "futures-core", "pin-project-lite", @@ -183,7 +182,7 @@ version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-executor", "async-io 2.3.2", "async-lock 3.3.0", @@ -268,7 +267,7 @@ version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a53fc6301894e04a92cb2584fedde80cb25ba8e02d9dc39d4a87d036e22f397d" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-io 2.3.2", "async-lock 3.3.0", "async-signal", @@ -494,7 +493,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-lock 3.3.0", "async-task", "futures-io", @@ -1234,7 +1233,7 @@ dependencies = [ name = "karyon_core" version = "0.1.0" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-process", "bincode", "chrono", @@ -1253,6 +1252,7 @@ dependencies = [ name = "karyon_jsonrpc" version = "0.1.0" dependencies = [ + "async-channel 2.3.1", "async-trait", "async-tungstenite", "env_logger", @@ -1286,7 +1286,7 @@ dependencies = [ name = "karyon_net" version = "0.1.0" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-trait", "async-tungstenite", "bincode", @@ -1307,7 +1307,7 @@ dependencies = [ name = "karyon_p2p" version = "0.1.0" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-std", "async-trait", "bincode", @@ -2055,7 +2055,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e635339259e51ef85ac7aa29a1cd991b957047507288697a690e80ab97d07cad" dependencies = [ - "async-channel 2.3.0", + "async-channel 2.3.1", "async-executor", "async-fs", "async-io 2.3.2", -- cgit v1.2.3