mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +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]]
|
[[package]]
|
||||||
name = "walkdir"
|
name = "walkdir"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"same-file",
|
"same-file",
|
||||||
"winapi",
|
|
||||||
"winapi-util",
|
"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 = { version = "1.0.156", default-features = false, features = ["derive"] }
|
||||||
serde_derive = "1.0.156"
|
serde_derive = "1.0.156"
|
||||||
toml = "0.7.3"
|
toml = "0.7.3"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.3"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue