mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 00:27:01 +05:30
fix(deps): update rust crate walkdir to 2.3.3
This commit is contained in:
parent
6ad63a774b
commit
9797619217
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -512,12 +512,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||
|
||||
[[package]]
|
||||
name = "walkdir"
|
||||
version = "2.3.2"
|
||||
version = "2.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
||||
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
||||
dependencies = [
|
||||
"same-file",
|
||||
"winapi",
|
||||
"winapi-util",
|
||||
]
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ git2 = { version = "0.16.1", default-features = false, features = ["vendored-lib
|
|||
serde = { version = "1.0.156", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.156"
|
||||
toml = "0.7.3"
|
||||
walkdir = "2.3.2"
|
||||
walkdir = "2.3.3"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue