mirror of https://github.com/bobwen-dev/hunter
update lazy-static (fix warnings)
This commit is contained in:
parent
bb564f241e
commit
3cf4a08108
|
@ -540,7 +540,7 @@ dependencies = [
|
|||
"gstreamer-player 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gstreamer-video 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lscolors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -17,7 +17,7 @@ default-run = "hunter"
|
|||
# Added terminal_size_pixels recently
|
||||
termion = { git = "https://github.com/redox-os/termion" }
|
||||
unicode-width = "0.1.5"
|
||||
lazy_static = "0.2.11"
|
||||
lazy_static = "1.3"
|
||||
alphanumeric-sort = "1.0.6"
|
||||
lscolors = { version = "0.5.0", features = [ "ansi_term" ] }
|
||||
tree_magic = "0.2.1"
|
||||
|
|
Loading…
Reference in New Issue