From 0b597271777535d95a2ea3cb8f8196948a16cc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 21:07:55 +0000 Subject: [PATCH] :arrow_up: Bump mdbook from 0.4.30 to 0.4.31 Bumps [mdbook](https://github.com/rust-lang/mdBook) from 0.4.30 to 0.4.31. - [Release notes](https://github.com/rust-lang/mdBook/releases) - [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/mdBook/compare/v0.4.30...v0.4.31) --- updated-dependencies: - dependency-name: mdbook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a05d6d..cdfabcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,9 +1064,9 @@ dependencies = [ [[package]] name = "mdbook" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cad67198fd7312508a9e9d8d90bd2808447b2905a75f8364c182f4b8868b74" +checksum = "7b67ee4a744f36e6280792016c17e69921b51df357181d1eb17d620fcc3609f3" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 88adb3d..cca4bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.71" env_logger = "0.10.0" color-name = "1.1.0" log = "0.4" -mdbook = "0.4.30" +mdbook = "0.4.31" pulldown-cmark = "0.9" pulldown-cmark-to-cmark = "10.0" semver = "1.0.17"