mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-24 17:06:37 +02:00
cargo: bump pulldown-cmark from 0.10.3 to 0.11.0 in the minor group (#2086)
Bumps the minor group with 1 update: [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `pulldown-cmark` from 0.10.3 to 0.11.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5d2c18157
commit
fe655be467
15
Cargo.lock
generated
15
Cargo.lock
generated
@ -1347,7 +1347,7 @@ dependencies = [
|
||||
"once_cell",
|
||||
"opener",
|
||||
"pathdiff",
|
||||
"pulldown-cmark",
|
||||
"pulldown-cmark 0.10.3",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -1384,7 +1384,7 @@ dependencies = [
|
||||
"log",
|
||||
"mdbook",
|
||||
"pretty_env_logger",
|
||||
"pulldown-cmark",
|
||||
"pulldown-cmark 0.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1902,6 +1902,17 @@ dependencies = [
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pulldown-cmark"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0"
|
||||
dependencies = [
|
||||
"bitflags 2.4.1",
|
||||
"memchr",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pulldown-cmark-escape"
|
||||
version = "0.10.0"
|
||||
|
@ -12,4 +12,4 @@ anyhow = "1.0.83"
|
||||
log = "0.4.21"
|
||||
mdbook = "0.4.37"
|
||||
pretty_env_logger = "0.5.0"
|
||||
pulldown-cmark = { version = "0.10.3", default-features = false }
|
||||
pulldown-cmark = { version = "0.11.0", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user