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

Merge pull request #1343 from uutils/dependabot/cargo/lazy_static-1.3.0

Bump lazy_static from 1.2.0 to 1.3.0
This commit is contained in:
Alex Lyon 2019-04-23 10:37:18 -07:00 committed by GitHub
commit be91d50361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" }