From be2eb55ec7bb149e581c0617ec9aa89368f3c7e9 Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Tue, 10 Jan 2023 14:40:48 +0200 Subject: [PATCH] chore: Update quic-rpc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f258f0ab3f..aec804eb77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ prometheus-client = "0.18" proptest = "1" prost = "0.11" prost-build = "0.11.1" -quic-rpc = { version = "0.3.1", default-features = false } +quic-rpc = { version = "0.3.2", default-features = false } rand = "0.8.5" rand_chacha = "0.3.1" rayon = "1.5.3"