1 Commits

Author SHA1 Message Date
e72e133cfb chore(deps): update tonic monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-12-19 04:36:39 +00:00
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@@ -182,9 +182,9 @@ dependencies = [
[[package]]
name = "axum"
version = "0.8.8"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
dependencies = [
"axum-core 0.5.5",
"bytes",
@@ -1085,7 +1085,7 @@ name = "hyperlog"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.8",
"axum 0.8.7",
"bus",
"clap",
"dirs",
@@ -1108,7 +1108,7 @@ name = "hyperlog-core"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.8",
"axum 0.8.7",
"clap",
"dotenv",
"serde",
@@ -1135,7 +1135,7 @@ name = "hyperlog-server"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.8",
"axum 0.8.7",
"hyperlog-core",
"hyperlog-protos",
"serde",
@@ -2514,7 +2514,7 @@ dependencies = [
"getrandom 0.3.1",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@@ -19,7 +19,7 @@ serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
itertools = "0.14.0"
uuid = { version = "1.8.0", features = ["v4"] }
tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
tonic = { version = "0.14.0", features = ["tls", "tls-roots"] }
futures = { version = "0.3.30" }
sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" }

View File

@@ -9,4 +9,4 @@ tonic.workspace = true
prost = "0.13.0"
[build-dependencies]
tonic-build = "0.12.0"
tonic-build = "0.14.0"