From 616b0b5f3cca091db709dcc9e2d077a31efcf355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:23:48 +0000 Subject: [PATCH] chore(deps): update quic-rpc requirement from 0.3.2 to 0.5.1 Updates the requirements on [quic-rpc](https://github.com/n0-computer/quic-rpc) to permit the latest version. - [Release notes](https://github.com/n0-computer/quic-rpc/releases) - [Commits](https://github.com/n0-computer/quic-rpc/commits) --- updated-dependencies: - dependency-name: quic-rpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acbba7a43..10d2ad7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ prometheus-client = "0.18" proptest = "1" prost = "0.11" prost-build = "0.11.1" -quic-rpc = { version = "0.3.2", default-features = false } +quic-rpc = { version = "0.5.1", default-features = false } rand = "0.8.5" rand_chacha = "0.3.1" rayon = "1.5.3"