summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-11-05 03:20:18 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-05 07:22:39 +0100
commitf37f10035247822a67310d3b60f48d35de6925cf (patch)
tree4259c44b02e7cbfbea9316b53cef242c978ef694 /Cargo.toml
parent18d1a3b97337b60e9e3c38694560271384545f2e (diff)
Bump lazy_static from 1.1.0 to 1.2.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.1.0 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.1.0...1.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b901d320..c10059d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ ansi_term = "0.11"
ansi_colours = "^1.0"
console = "0.6"
directories = "1.0"
-lazy_static = "1.0"
+lazy_static = "1.2"
wild = "2.0"
content_inspector = "0.2.3"
encoding = "0.2"