summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:50:56 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:50:56 +0200
commit5df19990a1322ff572fc964180b5fc2afd8cfcf1 (patch)
tree7e3115c147aa380718ba1cdb95f242ff23d0eba1
parenta9033ba1ec591a87d5e712ddef595dd2b039f0aa (diff)
Bump to mdbook v0.4.10 and prepare release
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock18
-rw-r--r--Cargo.toml2
3 files changed, 17 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c00ca5e..c24b698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.8.3 (2021-06-11)
+
+* Bump to mdbook v0.4.10
+
# v0.8.2 (2021-06-11)
* Bump to mdbook v0.4.9
diff --git a/Cargo.lock b/Cargo.lock
index df1504c..94fd5a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -534,14 +534,14 @@ dependencies = [
[[package]]
name = "handlebars"
-version = "3.0.1"
+version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
+checksum = "28f0fe89affef47e2c9729030a8f6e79df34cb66b8a44ecf91dad43f31150559"
dependencies = [
"log",
"pest",
"pest_derive",
- "quick-error",
+ "quick-error 2.0.1",
"serde",
"serde_json",
]
@@ -648,7 +648,7 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
- "quick-error",
+ "quick-error 1.2.3",
]
[[package]]
@@ -832,9 +832,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "mdbook"
-version = "0.4.9"
+version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aeb86d199d0c1e8d41f3a9e9b0ba8639d6951a10043129159809ac9c18e3ce05"
+checksum = "b6da0e609de0d4a7e0d42367d91b87117e3dce74d3d1699efeda1fefb2a6fa85"
dependencies = [
"ammonia",
"anyhow",
@@ -1261,6 +1261,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
+name = "quick-error"
+version = "2.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
+
+[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index da44118..39bd386 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
[dependencies]
-mdbook = "0.4.9"
+mdbook = "0.4.10"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"