fix(deps): update all dependencies

This commit is contained in:
2023-08-28 17:27:13 +00:00
parent 8580813bbc
commit f97fe5c832
2 changed files with 12 additions and 12 deletions

View File

@@ -22,14 +22,14 @@ git2 = { version = "0.17.2", default-features = false, features = [
"vendored-openssl",
"ssh",
] }
clap = { version = "4.4.0", features = ["env", "string"] }
clap = { version = "4.4.1", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
log = { version = "0.4.20", features = ["std", "kv_unstable"] }
tera = "1.19.0"
openssl = { version = "0.10.56", features = ["vendored"] }
openssl = { version = "0.10.57", features = ["vendored"] }
libz-sys = { version = "1.1.12", default-features = false, features = [
"libc",
"static",