Update repo repeatedly
This commit is contained in:
parent
0a555dd9b4
commit
980e84b0f6
5 changed files with 72 additions and 24 deletions
|
|
@ -10,7 +10,7 @@ askama_axum = "0.3.0"
|
|||
axum = { version = "0.6.19", features = ["macros"] }
|
||||
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
|
||||
directories = "5.0.1"
|
||||
gix = "0.51.0"
|
||||
humantime-serde = "1.1.1"
|
||||
mime_guess = "2.0.4"
|
||||
rust-embed = "6.8.1"
|
||||
serde = { version = "1.0.181", features = ["derive"] }
|
||||
|
|
@ -20,6 +20,11 @@ toml = "0.7.6"
|
|||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
||||
[dependencies.gix]
|
||||
version = "0.51.0"
|
||||
default-features = false
|
||||
features = ["max-performance-safe", "extras"]
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8.2.4", features = ["git", "gitcl"] }
|
||||
walkdir = "2.3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue