1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Bump lazy_static from 1.0.1 to 1.2.0

Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.0.1 to 1.2.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.0.1...1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-08 08:45:28 +00:00
parent 30ef9662b3
commit 6d208d26c5
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 11 additions and 11 deletions

View file

@ -257,7 +257,7 @@ regex = "1.0.3"
rand = "0.5.5"
tempdir = "0.3.7"
unindent = "0.1.3"
lazy_static = "1.0.1"
lazy_static = "1.2.0"
[target.'cfg(unix)'.dev-dependencies]
rust-users = { git = "https://github.com/uutils/rust-users" }