mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Merge pull request #3449 from matthiaskrgr/dep
dependencies: update pulldown-cmark from 0.1 to 0.2
This commit is contained in:
commit
61501b2810
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue