Skip to content

Commit c0cb562

Browse files
authored
Unrolled build for #141457
Rollup merge of #141457 - ehuss:update-mdbook, r=Mark-Simulacrum Update mdbook to 0.4.50 This updates mdbook to 0.4.50 which brings in several changes, and specifically a fix for syntax highlighting in rust-by-example. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0450
2 parents e88e854 + a12b455 commit c0cb562

File tree

2 files changed

+5
-50
lines changed

2 files changed

+5
-50
lines changed

src/tools/rustbook/Cargo.lock

Lines changed: 4 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -343,17 +343,6 @@ dependencies = [
343343
"regex",
344344
]
345345

346-
[[package]]
347-
name = "dbus"
348-
version = "0.9.7"
349-
source = "registry+https://github.com/rust-lang/crates.io-index"
350-
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
351-
dependencies = [
352-
"libc",
353-
"libdbus-sys",
354-
"winapi",
355-
]
356-
357346
[[package]]
358347
name = "derive_builder"
359348
version = "0.20.2"
@@ -823,16 +812,6 @@ version = "0.2.172"
823812
source = "registry+https://github.com/rust-lang/crates.io-index"
824813
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
825814

826-
[[package]]
827-
name = "libdbus-sys"
828-
version = "0.2.5"
829-
source = "registry+https://github.com/rust-lang/crates.io-index"
830-
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
831-
dependencies = [
832-
"cc",
833-
"pkg-config",
834-
]
835-
836815
[[package]]
837816
name = "linereader"
838817
version = "0.4.0"
@@ -906,9 +885,9 @@ dependencies = [
906885

907886
[[package]]
908887
name = "mdbook"
909-
version = "0.4.49"
888+
version = "0.4.50"
910889
source = "registry+https://github.com/rust-lang/crates.io-index"
911-
checksum = "d1daacee059634081dee4250d2814763a365b92dfe14bfdef964bc27835209d4"
890+
checksum = "f72bc08f096e1fb15cfc382babe218317c2897d2040f967c4db40d156ca28e21"
912891
dependencies = [
913892
"ammonia",
914893
"anyhow",
@@ -921,7 +900,6 @@ dependencies = [
921900
"hex",
922901
"log",
923902
"memchr",
924-
"once_cell",
925903
"opener",
926904
"pulldown-cmark 0.10.3",
927905
"regex",
@@ -1070,12 +1048,11 @@ dependencies = [
10701048

10711049
[[package]]
10721050
name = "opener"
1073-
version = "0.7.2"
1051+
version = "0.8.1"
10741052
source = "registry+https://github.com/rust-lang/crates.io-index"
1075-
checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
1053+
checksum = "de96cad6ee771be7f68df884d3767460b4684012308d8342ed5623fe62b2628c"
10761054
dependencies = [
10771055
"bstr",
1078-
"dbus",
10791056
"normpath",
10801057
"windows-sys",
10811058
]
@@ -1905,22 +1882,6 @@ dependencies = [
19051882
"string_cache_codegen",
19061883
]
19071884

1908-
[[package]]
1909-
name = "winapi"
1910-
version = "0.3.9"
1911-
source = "registry+https://github.com/rust-lang/crates.io-index"
1912-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1913-
dependencies = [
1914-
"winapi-i686-pc-windows-gnu",
1915-
"winapi-x86_64-pc-windows-gnu",
1916-
]
1917-
1918-
[[package]]
1919-
name = "winapi-i686-pc-windows-gnu"
1920-
version = "0.4.0"
1921-
source = "registry+https://github.com/rust-lang/crates.io-index"
1922-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1923-
19241885
[[package]]
19251886
name = "winapi-util"
19261887
version = "0.1.9"
@@ -1930,12 +1891,6 @@ dependencies = [
19301891
"windows-sys",
19311892
]
19321893

1933-
[[package]]
1934-
name = "winapi-x86_64-pc-windows-gnu"
1935-
version = "0.4.0"
1936-
source = "registry+https://github.com/rust-lang/crates.io-index"
1937-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1938-
19391894
[[package]]
19401895
name = "windows-core"
19411896
version = "0.61.0"

src/tools/rustbook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ mdbook-i18n-helpers = "0.3.3"
1515
mdbook-spec = { path = "../../doc/reference/mdbook-spec" }
1616

1717
[dependencies.mdbook]
18-
version = "0.4.49"
18+
version = "0.4.50"
1919
default-features = false
2020
features = ["search"]

0 commit comments

Comments
 (0)