Skip to content

Commit

Permalink
Merge pull request #462 from mehcode/dependabot/cargo/warp-eq-0.3.6
Browse files Browse the repository at this point in the history
Update warp requirement from =0.3.5 to =0.3.6
  • Loading branch information
matthiasbeyer authored Sep 28, 2023
2 parents 18737aa + 7b09166 commit d7c1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d7c1656

Please sign in to comment.