From e01caad2a87f6176f0d533ef861b1b01a5474adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 28 Apr 2019 19:24:36 +0200 Subject: [PATCH] deps: bump toml from 0.4 to 0.5 --- clippy_lints/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ecbd0a7e5..7fc8579df 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -26,7 +26,7 @@ regex-syntax = "0.6" semver = "0.9.0" serde = "1.0" serde_derive = "1.0" -toml = "0.4" +toml = "0.5" unicode-normalization = "0.1" pulldown-cmark = "0.5.0" url = "1.7.0"