From b362172afc2f70c531033d13b9a3c9bae964b81f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:31:37 +0000 Subject: [PATCH] fix(deps): update rust crate quic-rpc to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fc846b..ddf8d43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ futures-lite = { version = "2.3", default-features = false, features = ["alloc"] iroh-base = { version = "0.28.0", features = ["key"] } opaque-ke = { git = "https://github.com/spacedriveapp/opaque-ke", rev = "76f48e4a8d", features = ["argon2"] } paste = "1.0" -quic-rpc = { version = "0.15.0", features = ["macros"] } +quic-rpc = { version = "0.16.0", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" tracing = "0.1.40"