summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:07:38 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:11:50 +0100
commit6c719e76a08a3cf27fc7caa6479427561d3c35ed (patch)
tree607f161e5f4b2854b4518220e9992c263f044453 /Cargo.toml
parentd46c339c94c953a461b67c8aa93e1b2b40b847e1 (diff)
typed-builder: 0.7 -> 0.8
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4a7ad8..4147250 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ syntect = "4.4"
tar = "0.4"
terminal_size = "0.1"
tokio = { version = "0.2", features = ["macros", "fs", "process", "io-util", "blocking"] }
-typed-builder = "0.7"
+typed-builder = "0.8"
unindent = "0.1"
url = { version = "2", features = ["serde"] }
uuid = { version = "0.6", features = ["serde", "v4"] }