Drop lazy_static from Cargo.toml

This should have been included as part of the previous commit, mea culpa.
This commit is contained in:
Mahmoud Al-Qudsi
2023-02-05 18:20:26 -06:00
parent d7febd4f3e
commit 0b160ebe71
2 changed files with 0 additions and 2 deletions

1
fish-rust/Cargo.lock generated
View File

@@ -353,7 +353,6 @@ dependencies = [
"cxx-gen",
"errno",
"inventory",
"lazy_static",
"libc",
"miette",
"nix",

View File

@@ -11,7 +11,6 @@ autocxx = "0.23.1"
cxx = "1.0"
errno = "0.2.8"
inventory = { version = "0.3.3", optional = true}
lazy_static = "1.4.0"
libc = "0.2.137"
nix = { version = "0.25.0", default-features = false, features = [] }
num-traits = "0.2.15"