feat: support wildcard in ignored_containers (#666)
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -2417,6 +2417,7 @@ dependencies = [
|
||||
"tracing-subscriber",
|
||||
"walkdir",
|
||||
"which",
|
||||
"wildmatch",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
@@ -2712,6 +2713,12 @@ version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
||||
|
||||
[[package]]
|
||||
name = "wildmatch"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "495ec47bf3c1345005f40724f0269362c8556cbc43aed0526ed44cae1d35fceb"
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.3.9"
|
||||
|
||||
Reference in New Issue
Block a user