fix(deps): update all dependencies

This commit is contained in:
2023-08-31 18:58:51 +00:00
parent f97fe5c832
commit 32d5fb6f97
2 changed files with 12 additions and 12 deletions

View File

@@ -17,12 +17,12 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
walkdir = "2.3.3"
git2 = { version = "0.17.2", default-features = false, features = [
git2 = { version = "0.18.0", default-features = false, features = [
"vendored-libgit2",
"vendored-openssl",
"ssh",
] }
clap = { version = "4.4.1", features = ["env", "string"] }
clap = { version = "4.4.2", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.37"