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.2.0 to 1.3.0

Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.2.0 to 1.3.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.2.0...1.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-06 01:59:58 +00:00
parent a9864b369b
commit 9fc716d1b8
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.2.0"
lazy_static = "1.3.0"
[target.'cfg(unix)'.dev-dependencies]
rust-users = { git = "https://github.com/uutils/rust-users" }