added pathdiff crate due to relative rule path output #623
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -731,6 +731,7 @@ dependencies = [
|
||||
"lock_api",
|
||||
"num_cpus",
|
||||
"openssl",
|
||||
"pathdiff",
|
||||
"pbr",
|
||||
"prettytable-rs",
|
||||
"quick-xml",
|
||||
@@ -1246,6 +1247,12 @@ dependencies = [
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pathdiff"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
||||
|
||||
[[package]]
|
||||
name = "pbr"
|
||||
version = "1.0.4"
|
||||
|
||||
@@ -37,6 +37,7 @@ bytesize = "1.*"
|
||||
hyper = "0.14.*"
|
||||
lock_api = "0.4.*"
|
||||
crossbeam-utils = "0.8.*"
|
||||
pathdiff = "*"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
is_elevated = "0.1.*"
|
||||
|
||||
Reference in New Issue
Block a user