mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #1211 from uutils/dependabot/cargo/lazy_static-1.0.0
Bump lazy_static from 0.2.11 to 1.0.0
This commit is contained in:
Generated
+2
-2
@@ -793,7 +793,7 @@ name = "ls"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (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.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pretty-bytes 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -1937,7 +1937,7 @@ dependencies = [
|
||||
"install 0.0.1",
|
||||
"join 0.0.1",
|
||||
"kill 0.0.1",
|
||||
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"link 0.0.1",
|
||||
"ln 0.0.1",
|
||||
|
||||
+1
-1
@@ -256,7 +256,7 @@ regex = "0.2.2"
|
||||
rand = "0.3.15"
|
||||
tempdir = "0.3.5"
|
||||
unindent = "0.1.0"
|
||||
lazy_static = "0.2.2"
|
||||
lazy_static = "1.0.0"
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
rust-users = { git = "https://github.com/uutils/rust-users" }
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ pretty-bytes = "0.2.1"
|
||||
term_grid = "0.1.5"
|
||||
termsize = "0.1.4"
|
||||
time = "0.1.38"
|
||||
lazy_static = "0.2.8"
|
||||
lazy_static = "1.0.0"
|
||||
unicode-width = "0.1.4"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
||||
Reference in New Issue
Block a user