mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Update cargo.lock
This commit is contained in:
parent
db361644c4
commit
4157c28cc6
1 changed files with 0 additions and 12 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -108,7 +108,6 @@ dependencies = [
|
|||
"libc",
|
||||
"lru",
|
||||
"nix",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"pcre2",
|
||||
|
@ -233,17 +232,6 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-derive"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
version = "0.2.16"
|
||||
|
|
Loading…
Reference in a new issue