summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-27 18:40:06 +0000
committerGitHub <noreply@github.com>2022-09-27 18:40:06 +0000
commitc42590eb6c817e2d350609fd2f6bfd4c83f530a9 (patch)
treefbd7d4fbde99b5a8f43469a9c35b8488539d47c4
parent0d58da27e7e8ff0e80d8088e26413a8bb3c8e372 (diff)
Update warp requirement from =0.3.2 to =0.3.3
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2657ad..5f6f705 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,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.2"
+warp = "=0.3.3"
futures = "0.3.15"
reqwest = "0.11.10"