diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-11-22 18:54:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-22 18:54:09 +0100 |
| commit | 61501b2810d887367d360025398dd9280c4bcd8b (patch) | |
| tree | 2acc5837b4f0b722572f245036249e6e5f90e2d2 | |
| parent | ff7da3264e0b848cf728f0f20a44cd1c3172ec89 (diff) | |
| parent | 1ee0c1a029d9ac9177fc334fd324d9752b436432 (diff) | |
| download | rust-61501b2810d887367d360025398dd9280c4bcd8b.tar.gz rust-61501b2810d887367d360025398dd9280c4bcd8b.zip | |
Merge pull request #3449 from matthiaskrgr/dep
dependencies: update pulldown-cmark from 0.1 to 0.2
| -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 f8f83152386..67dcffbfe1b 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0" serde_derive = "1.0" toml = "0.4" unicode-normalization = "0.1" -pulldown-cmark = "0.1" +pulldown-cmark = "0.2" url = "1.7.0" if_chain = "0.1.3" smallvec = { version = "0.6.5", features = ["union"] } |
