1 Commits

Author SHA1 Message Date
d1a7af3a25 chore(deps): update tonic monorepo to 0.13.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-06-03 03:27:46 +00:00
8 changed files with 11 additions and 13 deletions

8
Cargo.lock generated
View File

@@ -2034,18 +2034,18 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.219" version = "1.0.218"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.219" version = "1.0.218"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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

View File

@@ -1,7 +1,5 @@
# hyperlog # hyperlog
![demo](./assets/demo.gif)
- [x] Display todos as todos - [x] Display todos as todos
- [x] Create sections - [x] Create sections
- [x] Edit todos - [x] Edit todos

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 KiB

View File

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

View File

@@ -2,7 +2,7 @@
name = "hyperlog-tui" name = "hyperlog-tui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.kjuulh.io/kjuulh/hyperlog" repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
[dependencies] [dependencies]
hyperlog-core.workspace = true hyperlog-core.workspace = true

View File

@@ -2,7 +2,7 @@
name = "hyperlog" name = "hyperlog"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.kjuulh.io/kjuulh/hyperlog" repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
[dependencies] [dependencies]
hyperlog-core.workspace = true hyperlog-core.workspace = true

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json # yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git" base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
vars: vars:
service: "hyperlog" service: "hyperlog"
@@ -35,7 +35,7 @@ please:
repository: hyperlog repository: hyperlog
branch: main branch: main
settings: settings:
api_url: https://git.kjuulh.io api_url: https://git.front.kjuulh.io
actions: actions:
rust: rust: