2 Commits

Author SHA1 Message Date
28d91abc5e fix(deps): update tokio-prost monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2026-02-06 05:01:03 +00:00
6c0a58f04f chore(deps): update rust crate anyhow to v1.0.101
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
2026-02-06 02:09:54 +00:00
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -63,9 +63,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "async-stream"

View File

@@ -20,7 +20,7 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
prost = "0.13.4"
prost-types = "0.13.4"
prost = "0.14.0"
prost-types = "0.14.0"
bytes = "1.9.0"
async-trait = "0.1.85"