From 41689858698497f37eeb70fa197b57bfdc5661f4 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 16 Apr 2025 22:56:52 +0000 Subject: [PATCH] chore: update yerpc to 0.6.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 329f019f3..9386c382b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7291,9 +7291,9 @@ dependencies = [ [[package]] name = "yerpc" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a3c86bc22116513ae8b72b96da2f4fc9de66110000864456d1bd5244c15de68" +checksum = "1dc24983fbe850227bfc1de89bf8cbfb3e2463afc322e0de2f155c4c23d06445" dependencies = [ "anyhow", "async-channel 1.9.0", diff --git a/Cargo.toml b/Cargo.toml index 6287c1f8b..fc7f00e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -195,7 +195,7 @@ thiserror = "2" tokio = "1" tokio-util = "0.7.14" tracing-subscriber = "0.3" -yerpc = "0.6.2" +yerpc = "0.6.4" [features] default = ["vendored"]