summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-17 08:21:42 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-17 08:24:25 +0300
commitbb3acba653c3c93f564f2e1573fc3b76bd519175 (patch)
tree8018577923f21058ec7264062e8da2344e7c931e /Cargo.lock
parentac76338e0ca003f1da6ba54060140381e48ebbc9 (diff)
downloadriki-bb3acba653c3c93f564f2e1573fc3b76bd519175.tar.gz
chore: update to new Subplot
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock86
1 files changed, 20 insertions, 66 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 783f318..32aa86f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -916,7 +916,7 @@ dependencies = [
"regex",
"serde_json",
"structopt",
- "subplot-build 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "subplot-build",
"subplotlib",
"thiserror",
"time",
@@ -925,15 +925,15 @@ dependencies = [
[[package]]
name = "roadmap"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c460d89fa2561bd4eb9f6db252b79b1520dcdd807b2fe75d34c2056d58e39433"
+checksum = "3f0c08002dd427499194cef0e292cfd515281777d5b9cc4c638028d2d3aebda4"
dependencies = [
"anyhow",
"clap 3.2.16",
"serde",
"serde_yaml",
- "textwrap 0.14.2",
+ "textwrap 0.15.0",
"thiserror",
]
@@ -981,9 +981,9 @@ dependencies = [
[[package]]
name = "serde-aux"
-version = "3.1.0"
+version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0a77223b653fa95f3f9864f3eb25b93e4ed170687eb42d85b6b98af21d5e1de"
+checksum = "c79c1a5a310c28bf9f7a4b9bd848553051120d80a5952f993c7eb62f6ed6e4c5"
dependencies = [
"serde",
"serde_json",
@@ -1117,41 +1117,9 @@ dependencies = [
[[package]]
name = "subplot"
-version = "0.4.3"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7c826f5e83eb04e7d35ba6e22d0d9a085866933350872d6e515aa0a7f2a4149d"
-dependencies = [
- "anyhow",
- "base64",
- "clap 3.2.16",
- "env_logger 0.9.0",
- "file_diff",
- "git-testament",
- "lazy_static",
- "log",
- "pandoc",
- "pandoc_ast",
- "pikchr",
- "pretty_env_logger",
- "pulldown-cmark",
- "regex",
- "roadmap",
- "serde",
- "serde-aux",
- "serde_json",
- "serde_yaml",
- "tempfile",
- "tempfile-fast",
- "tera",
- "thiserror",
- "time",
- "walkdir",
-]
-
-[[package]]
-name = "subplot"
-version = "0.4.3"
-source = "git+https://gitlab.com/subplot/subplot.git#ac09169b21d94841eb45736c3ef937ce21283279"
+checksum = "0b14be17e3a06a320b4d9851ef7f512bcb19e9c931cd2b2493b61b4a7e6aa6d5"
dependencies = [
"anyhow",
"base64",
@@ -1182,29 +1150,20 @@ dependencies = [
[[package]]
name = "subplot-build"
-version = "0.4.3"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b07b0f49a5ba78bae9db8fde58e94ae1bd508d883ff77c07c227c98da6d38ca2"
+checksum = "c65e0385a02e0ee2fbf130b67265402f5554ce7b1af36462e201fb20fb168efb"
dependencies = [
- "subplot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "tempfile",
- "tracing",
-]
-
-[[package]]
-name = "subplot-build"
-version = "0.4.3"
-source = "git+https://gitlab.com/subplot/subplot.git#ac09169b21d94841eb45736c3ef937ce21283279"
-dependencies = [
- "subplot 0.4.3 (git+https://gitlab.com/subplot/subplot.git)",
+ "subplot",
"tempfile",
"tracing",
]
[[package]]
name = "subplotlib"
-version = "0.4.3"
-source = "git+https://gitlab.com/subplot/subplot.git#ac09169b21d94841eb45736c3ef937ce21283279"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d42a381ce7bcbef67870adc04e9c7340a5aef3aab0633922494220da2179f3c1"
dependencies = [
"base64",
"fehler",
@@ -1216,7 +1175,7 @@ dependencies = [
"remove_dir_all 0.7.0",
"shell-words",
"state",
- "subplot-build 0.4.3 (git+https://gitlab.com/subplot/subplot.git)",
+ "subplot-build",
"subplotlib-derive",
"tempfile",
"time",
@@ -1225,8 +1184,9 @@ dependencies = [
[[package]]
name = "subplotlib-derive"
-version = "0.4.3"
-source = "git+https://gitlab.com/subplot/subplot.git#ac09169b21d94841eb45736c3ef937ce21283279"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ed6c74877ef4d4bb536eacbb057a52c00d5c4ab855df7b8786f5985add2a3d15"
dependencies = [
"fehler",
"proc-macro2",
@@ -1310,9 +1270,9 @@ dependencies = [
[[package]]
name = "textwrap"
-version = "0.14.2"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
+checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
dependencies = [
"smawk",
"unicode-linebreak",
@@ -1320,12 +1280,6 @@ dependencies = [
]
[[package]]
-name = "textwrap"
-version = "0.15.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
-
-[[package]]
name = "thiserror"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"