diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9e85b8065..7a35eafd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,7 +831,6 @@ dependencies = [ "mitata", "monch", "nix", - "node_resolver", "notify", "once_cell", "os_pipe", @@ -2791,18 +2790,6 @@ dependencies = [ ] [[package]] -name = "node_resolver" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1012fcb4f5cc14c272731f4baf6ba8a2d40c650908f4d2531f7ed17f214e5ae" -dependencies = [ - "anyhow", - "path-clean", - "serde", - "serde_json", -] - -[[package]] name = "notify" version = "5.0.0-pre.15" source = "registry+https://github.com/rust-lang/crates.io-index" |