2 Commits

Author SHA1 Message Date
a7753700b4 chore(deps): update tokio-prost monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-14 04:47:55 +00:00
2c21710694 chore(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 01:58:24 +00:00
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -3228,9 +3228,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.22"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
dependencies = [
"matchers",
"nu-ansi-term",

View File

@@ -19,6 +19,6 @@ nodrift = { version = "0.2.0" }
async-trait = "0.1"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
bytes = "1.7.1"
prost = "0.13.1"
prost-types = "0.13.1"
prost = "0.14.0"
prost-types = "0.14.0"
uuid = { version = "1.7.0", features = ["v4", "v7"] }