summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:17:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:17:20 +0100
commiteb121b558b5800cce549db9910ab061f7058f965 (patch)
treecb4840ca1f4830d33cc72d0e61d43358790b1c6a /Cargo.toml
parent312b1487ea82bfa5680a5664d34ed3218d2447e0 (diff)
Update typed-builder: 0.8 -> 0.9
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 7e42462..8a05423 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ tar = "0.4"
terminal_size = "0.1"
tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util"] }
tokio-stream = "0.1"
-typed-builder = "0.8"
+typed-builder = "0.9"
unindent = "0.1"
url = { version = "2", features = ["serde"] }
uuid = { version = "0.6", features = ["serde", "v4"] }