diff --git a/fish-rust/Cargo.lock b/fish-rust/Cargo.lock index ccd735abc..87084289d 100644 --- a/fish-rust/Cargo.lock +++ b/fish-rust/Cargo.lock @@ -353,7 +353,6 @@ dependencies = [ "cxx-gen", "errno", "inventory", - "lazy_static", "libc", "miette", "nix", diff --git a/fish-rust/Cargo.toml b/fish-rust/Cargo.toml index aa74d6b3a..df8206419 100644 --- a/fish-rust/Cargo.toml +++ b/fish-rust/Cargo.toml @@ -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"