chore: update yerpc to 0.6.4

This commit is contained in:
link2xt
2025-04-16 22:56:52 +00:00
parent 1ea8647018
commit 4168985869
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"]