fix(deps): update all dependencies

This commit is contained in:
2023-11-13 17:38:32 +00:00
parent f721e45f8f
commit 8cfdebdaee
2 changed files with 12 additions and 12 deletions

View File

@@ -22,11 +22,11 @@ git2 = { version = "0.18.1", default-features = false, features = [
"vendored-openssl",
"ssh",
] }
clap = { version = "4.4.7", features = ["env", "string"] }
clap = { version = "4.4.8", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
log = { version = "0.4.20", features = ["std", "kv_unstable"] }
tera = "1.19.1"
openssl = { version = "0.10.59", features = ["vendored"] }