diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2019-04-28 19:24:36 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2019-04-28 19:24:36 +0200 |
| commit | e01caad2a87f6176f0d533ef861b1b01a5474adf (patch) | |
| tree | 420d81e05cf875b6e80f173640ba947f9c510bcd | |
| parent | 09a04226e4500940be6275de848b2b77dd50a8dd (diff) | |
| download | rust-e01caad2a87f6176f0d533ef861b1b01a5474adf.tar.gz rust-e01caad2a87f6176f0d533ef861b1b01a5474adf.zip | |
deps: bump toml from 0.4 to 0.5
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ecbd0a7e5fa..7fc8579dffb 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" |
