summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:46:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-21 09:46:26 +0100
commit3c7f31f0fa8350f65cf3e74955a22eef0674cd4d (patch)
treecb4840ca1f4830d33cc72d0e61d43358790b1c6a
parent6b2e73a9cf24c80b3b86df68ff62392fdfc1e09c (diff)
parenteb121b558b5800cce549db9910ab061f7058f965 (diff)
Merge branch 'update-deps'
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a04651c..8a05423 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,13 +46,13 @@ serde = "1"
serde_json = "1"
sha1 = { version = "0.6", features = ["std"] }
sha2 = "0.9"
-shiplift = { git = "https://github.com/softprops/shiplift", rev = "f5017f603afab9821966032ea652cb3161051f17" }
+shiplift = "0.7"
syntect = "4.4"
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"] }