flake.lock: bump, Cargo.{toml,lock}: update inputs

This commit is contained in:
2026-01-19 10:17:08 +09:00
parent fb207c81d9
commit d7016607b6
3 changed files with 1264 additions and 818 deletions
+13 -13
View File
@@ -4,18 +4,18 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.35", features = ["derive"] }
clap_complete = "4.5.47"
forgejo-api = { version = "0.9.0", default-features = false, features = ["rustls-tls"] }
gitea-sdk = "0.6.0"
gitlab = "0.1807.0"
gix = "0.70.0"
octocrab = "0.49.5"
regex = "1.12.2"
sd-notify = "0.4.5"
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
clap_complete = "4.6.2"
forgejo-api = { version = "0.10.0", default-features = false, features = ["rustls-tls"] }
gitea-sdk = "0.6.1"
gitlab = "0.1811.0"
gix = "0.82.0"
octocrab = "0.49.8"
regex = "1.12.3"
sd-notify = "0.5.0"
serde = "1.0.228"
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-journald = "0.3.1"
tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.44"
tracing-journald = "0.3.2"