summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-07 18:32:34 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-07 18:32:34 +0100
commita05559281641b239ba3545518e048d1c6a5641dd (patch)
tree976477064fca708501be05a80a276eee874f3b22 /Cargo.toml
parent60a3fa633a33e315c1439a9f2436fcdb48da62ae (diff)
result-inspect: 0.1 -> 0.2
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 2ca07fe..0b3edce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ ptree = "0.3"
regex = "1"
reqwest = { version = "0.11", features = [ "stream" ] }
resiter = "0.4"
-result-inspect = "0.1"
+result-inspect = "0.2"
semver = { version = "0.11", features = [ "serde" ] }
serde = "1"
serde_json = "1"