fix(deps): update all dependencies
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user