summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-27 18:52:47 +0000
committerGitHub <noreply@github.com>2023-09-27 18:52:47 +0000
commit7b09166ff7d478eac6b6eaed26f2a5383280101a (patch)
treeab15229ad946ebf11971458e63edd0c7308168af
parent18737aaff41ae63d9bdb31f6641ff99969b01152 (diff)
Update warp requirement from =0.3.5 to =0.3.6
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.5...v0.3.6) --- 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 294956c..8b08f5b 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.5"
+warp = "=0.3.6"
futures = "0.3.15"
reqwest = "0.11.10"