1 Commits

Author SHA1 Message Date
6b02ca2af5 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-11-13 04:25:52 +00:00

10
Cargo.lock generated
View File

@@ -182,9 +182,9 @@ dependencies = [
[[package]]
name = "axum"
version = "0.8.7"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
dependencies = [
"axum-core 0.5.5",
"bytes",
@@ -1085,7 +1085,7 @@ name = "hyperlog"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.7",
"axum 0.8.6",
"bus",
"clap",
"dirs",
@@ -1108,7 +1108,7 @@ name = "hyperlog-core"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.7",
"axum 0.8.6",
"clap",
"dotenv",
"serde",
@@ -1135,7 +1135,7 @@ name = "hyperlog-server"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.8.7",
"axum 0.8.6",
"hyperlog-core",
"hyperlog-protos",
"serde",