Skip to content

Commit

Permalink
Update rustbook Cargo.lock for src/doc/book update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 29, 2024
1 parent c0b336e commit 3e5d12f
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions src/tools/rustbook/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@ dependencies = [
"crypto-common",
]

[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"

[[package]]
name = "elasticlunr-rs"
version = "3.0.2"
Expand Down Expand Up @@ -465,6 +471,21 @@ dependencies = [
"syn",
]

[[package]]
name = "html_parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f56db07b6612644f6f7719f8ef944f75fff9d6378fdf3d316fd32194184abd"
dependencies = [
"doc-comment",
"pest",
"pest_derive",
"serde",
"serde_derive",
"serde_json",
"thiserror",
]

[[package]]
name = "humantime"
version = "2.1.0"
Expand Down Expand Up @@ -680,13 +701,13 @@ name = "mdbook-trpl-listing"
version = "0.1.0"
dependencies = [
"clap",
"html_parser",
"mdbook",
"pulldown-cmark",
"pulldown-cmark-to-cmark",
"serde_json",
"thiserror",
"toml 0.8.14",
"xmlparser",
]

[[package]]
Expand Down Expand Up @@ -1767,12 +1788,6 @@ dependencies = [
"memchr",
]

[[package]]
name = "xmlparser"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"

[[package]]
name = "yaml-rust"
version = "0.4.5"
Expand Down

0 comments on commit 3e5d12f

Please sign in to comment.