fix(deps): update rust crate walkdir to 2.4.0
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed

This commit is contained in:
Kasper Juul Hermansen 2023-09-05 14:40:02 +00:00
parent 941a8f600f
commit 35d54ab30f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2523,9 +2523,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "walkdir"
version = "2.3.3"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",

View File

@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = { version = "1.0.75", features = ["backtrace"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
walkdir = "2.3.3"
walkdir = "2.4.0"
git2 = { version = "0.18.0", default-features = false, features = [
"vendored-libgit2",
"vendored-openssl",