aports/testing/mdbook-plantuml/cargo-lock.patch
2024-07-16 05:05:07 +00:00

93 lines
2.4 KiB
Diff

Fix the cargo lock file.
Cargo.lock was not correctly updated for the release and still contains 0.7.0
as the version number of mdbook-plantuml.
Update the file to match the stated version requirements from Cargo.toml.
--
diff --git a/Cargo.lock b/Cargo.lock
index 8f04bb4..e789fa9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -327,12 +327,12 @@ dependencies = [
[[package]]
name = "env_logger"
-version = "0.7.1"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
- "humantime 1.3.0",
+ "humantime",
"log",
"regex",
"termcolor",
@@ -545,15 +545,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
-[[package]]
-name = "humantime"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
-dependencies = [
- "quick-error",
-]
-
[[package]]
name = "humantime"
version = "2.1.0"
@@ -703,7 +694,7 @@ dependencies = [
"chrono",
"derivative",
"fnv",
- "humantime 2.1.0",
+ "humantime",
"libc",
"log",
"log-mdc",
@@ -732,9 +723,9 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "mdbook"
-version = "0.4.18"
+version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
+checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
dependencies = [
"anyhow",
"chrono",
@@ -749,7 +740,6 @@ dependencies = [
"pulldown-cmark",
"regex",
"serde",
- "serde_derive",
"serde_json",
"shlex",
"tempfile",
@@ -759,7 +749,7 @@ dependencies = [
[[package]]
name = "mdbook-plantuml"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"anyhow",
"base16ct",
@@ -1086,12 +1076,6 @@ dependencies = [
"unicase",
]
-[[package]]
-name = "quick-error"
-version = "1.2.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
-
[[package]]
name = "quote"
version = "1.0.19"