summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-12 09:51:11 +0100
committerGitHub <noreply@github.com>2022-01-12 09:51:11 +0100
commit53e43fbcf96b5c2a661d052a6e3d55fc3709f1e1 (patch)
tree0f502c30b3edc5ea9ba9d08d894e007ed906454a
parent85a080d116deccbaf1959ad38b44d1d1c5efbd2a (diff)
parent50e795c1d169ed5244c604b1a2d6259ce618e6d2 (diff)
Merge pull request #281 from mehcode/dependabot/cargo/reqwest-eq-0.11.9
Update reqwest requirement from =0.11.3 to =0.11.9
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8717c7b..71d90d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
warp = "=0.3.1"
futures = "0.3.15"
-reqwest = "=0.11.3" # version is forced to allow examples compile on rust 1.46, remove "=" as soon as possible
+reqwest = "=0.11.9" # version is forced to allow examples compile on rust 1.46, remove "=" as soon as possible
serde = "1.0"
glob = "0.3"