summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-23 17:16:18 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-23 17:16:18 +0200
commitc6f988fd85d3fbed8a19ed159166fcee47aeea4d (patch)
tree01e687669e405ffa65ca34ae999bc9dd2f2333e4 /Cargo.lock
parent597cb00bb9b0b8ea30b259f3af76b560561c5347 (diff)
downloadsubplot-c6f988fd85d3fbed8a19ed159166fcee47aeea4d.tar.gz
chore: update roadmap and its deps in Cargo.lock
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock34
1 files changed, 30 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 71fe885..6276602 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -163,7 +163,7 @@ dependencies = [
"atty",
"bitflags",
"strsim",
- "textwrap",
+ "textwrap 0.11.0",
"unicode-width",
"vec_map",
]
@@ -908,14 +908,14 @@ dependencies = [
[[package]]
name = "roadmap"
-version = "0.2.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0db8d2aba6023c947323007e421203f0a8c04ec957e8013dc43af9f691852ab2"
+checksum = "c700a8364fa11a9381dad24240223dfa00fc29083b5a70ebec51a9284ce30980"
dependencies = [
"anyhow",
"serde_yaml",
"structopt",
- "textwrap",
+ "textwrap 0.14.2",
"thiserror",
]
@@ -1055,6 +1055,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]]
+name = "smawk"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
+
+[[package]]
name = "state"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1231,6 +1237,17 @@ dependencies = [
]
[[package]]
+name = "textwrap"
+version = "0.14.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
+dependencies = [
+ "smawk",
+ "unicode-linebreak",
+ "unicode-width",
+]
+
+[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1442,6 +1459,15 @@ dependencies = [
]
[[package]]
+name = "unicode-linebreak"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
+dependencies = [
+ "regex",
+]
+
+[[package]]
name = "unicode-segmentation"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"