From ea333f4c864453c891740bcf3c3dea1a81002374 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 8 Sep 2026 18:30:39 +0000 Subject: [PATCH] chore: upgrade yerpc to 0.7.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ff922f52..110f010e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7528,9 +7528,9 @@ dependencies = [ [[package]] name = "yerpc" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dc24983fbe850227bfc1de89bf8cbfb3e2463afc322e0de2f155c4c23d06445" +checksum = "6924db1f1011f1d22566c45c7090aa66c3107c3c463ca32beaa8b2327127040a" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7548,9 +7548,9 @@ dependencies = [ [[package]] name = "yerpc_derive" -version = "0.6.3" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d8560d021437420316370db865e44c000bf86380b47cf05e49be9d652042bf5" +checksum = "42c374248c189b15a7f0660db3984e9dcc790ec15f4b44e932e92be49de829f9" dependencies = [ "convert_case", "darling", diff --git a/Cargo.toml b/Cargo.toml index 1fb9dedbe2..436fb7a4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ thiserror = "2" tokio = "1" tokio-util = "0.7.18" tracing-subscriber = "0.3" -yerpc = "0.6.4" +yerpc = "0.7.0" [features] default = ["vendored"]