summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-04-28 21:46:59 +0200
committerGitHub <noreply@github.com>2023-04-28 21:46:59 +0200
commit2b4642227685c2dc79da2e30964baec5f1d379d7 (patch)
tree5b03b9a7baee199140a94b28d5673b45a57e20dc
parente0e188bcbcda5c562b2769f14215918d7480f526 (diff)
parent3d451def62196609f35678203b77fe0f87f2c699 (diff)
Merge pull request #436 from mehcode/dependabot/cargo/warp-eq-0.3.5
Update warp requirement from =0.3.4 to =0.3.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86ce022..e4a3c88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ serde_derive = "1.0.8"
float-cmp = "0.9"
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
-warp = "=0.3.4"
+warp = "=0.3.5"
futures = "0.3.15"
reqwest = "0.11.10"