Skip to content

Commit 2598a7a

Browse files
committed
submodules: update clippy from 2f6881c to 754b4c0
Changes: ```` rustup #54071 dependencies: update pulldown-cmark from 0.1 to 0.2 s/file_map/source_map ````
1 parent 6a2d1b4 commit 2598a7a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Cargo.lock

+11-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ dependencies = [
341341
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
342342
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
343343
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
344-
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
344+
"pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
345345
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
346346
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
347347
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1641,6 +1641,15 @@ dependencies = [
16411641
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
16421642
]
16431643

1644+
[[package]]
1645+
name = "pulldown-cmark"
1646+
version = "0.2.0"
1647+
source = "registry+https://github.com/rust-lang/crates.io-index"
1648+
dependencies = [
1649+
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1650+
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1651+
]
1652+
16441653
[[package]]
16451654
name = "quick-error"
16461655
version = "1.2.2"
@@ -3373,6 +3382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
33733382
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
33743383
"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
33753384
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
3385+
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
33763386
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
33773387
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
33783388
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"

src/tools/clippy

0 commit comments

Comments
 (0)