Merge pull request #2378 from ehuss/update-deps

Update all dependencies
This commit is contained in:
Eric Huss 2024-05-14 18:42:30 +00:00 committed by GitHub
commit 3d6caa504f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 375 additions and 273 deletions

View file

@ -29,7 +29,7 @@ jobs:
- build: msrv
os: ubuntu-20.04
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.71.0
rust: 1.74.0
steps:
- uses: actions/checkout@v3
- name: Install Rust

638
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ license = "MPL-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/mdBook"
description = "Creates a book from markdown files"
rust-version = "1.71"
rust-version = "1.74"
[dependencies]
anyhow = "1.0.71"
@ -26,7 +26,7 @@ env_logger = "0.11.1"
handlebars = "5.0"
log = "0.4.17"
memchr = "2.5.0"
opener = "0.6.1"
opener = "0.7.0"
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] }
regex = "1.8.1"
serde = { version = "1.0.163", features = ["derive"] }
@ -50,7 +50,7 @@ warp = { version = "0.3.6", default-features = false, features = ["websocket"],
# Search feature
elasticlunr-rs = { version = "3.0.2", optional = true }
ammonia = { version = "3.3.0", optional = true }
ammonia = { version = "4.0.0", optional = true }
[dev-dependencies]
assert_cmd = "2.0.11"

View file

@ -20,7 +20,7 @@ To make it easier to run, put the path to the binary into your `PATH`.
To build the `mdbook` executable from source, you will first need to install Rust and Cargo.
Follow the instructions on the [Rust installation page].
mdBook currently requires at least Rust version 1.71.
mdBook currently requires at least Rust version 1.74.
Once you have installed Rust, the following command can be used to build and install mdBook: