Skip to content

Commit c42590e

Browse files
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](seanmonstar/warp@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d58da2 commit c42590e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_derive = "1.0.8"
4242
float-cmp = "0.9"
4343
chrono = { version = "0.4", features = ["serde"] }
4444
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
45-
warp = "=0.3.2"
45+
warp = "=0.3.3"
4646
futures = "0.3.15"
4747
reqwest = "0.11.10"
4848

0 commit comments

Comments
 (0)