summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:07:19 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:11:50 +0100
commitd46c339c94c953a461b67c8aa93e1b2b40b847e1 (patch)
treecab826b13594618d9a04d07ffaeeb6cb2e70bd34 /Cargo.toml
parent64aed621f9089405dbcf6efef483d44ec6f47ad1 (diff)
reqwest: 0.10 -> 0.11
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 173ddc2..a4a7ad8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ parse-display = "0.4"
pom = "3"
ptree = "0.3"
regex = "1"
-reqwest = { version = "0.10", features = [ "stream" ] }
+reqwest = { version = "0.11", features = [ "stream" ] }
resiter = "0.4"
result-inspect = "0.1"
semver = { version = "0.11", features = [ "serde" ] }