2 Commits

Author SHA1 Message Date
e4f7d57769 fix(deps): update tonic monorepo to 0.14
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-14 04:31:44 +00:00
338dcd9379 chore(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 01:39:46 +00:00
2 changed files with 360 additions and 206 deletions

562
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@ clap.workspace = true
dotenv.workspace = true
axum.workspace = true
prost = "0.13"
tonic = { version = "0.12", features = ["tls", "tls-native-roots"] }
tonic = { version = "0.14", features = ["tls", "tls-native-roots"] }
uuid = { version = "1.7", features = ["v7", "v4"] }
async-trait = "0.1"
aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
@@ -35,7 +35,7 @@ git2 = "0.20"
rustls = { version = "0.23" }
[build-dependencies]
tonic-build = "0.12.0"
tonic-build = "0.14.0"
[dev-dependencies]
lazy_static = "1.4"