Skip to content

Commit

Permalink
Merge pull request rust-lang#1825 from joshrotenberg/update-warp-version
Browse files Browse the repository at this point in the history
Update warp to 0.3.2
  • Loading branch information
ehuss authored Jun 23, 2022
2 parents 1056b83 + 4b1a7e9 commit 0547868
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 44 deletions.
78 changes: 35 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gitignore = { version = "1.0", optional = true }
# Serve feature
futures-util = { version = "0.3.4", optional = true }
tokio = { version = "1", features = ["macros", "rt-multi-thread"], optional = true }
warp = { version = "0.3.1", default-features = false, features = ["websocket"], optional = true }
warp = { version = "0.3.2", default-features = false, features = ["websocket"], optional = true }

# Search feature
elasticlunr-rs = { version = "3.0.0", optional = true }
Expand Down

0 comments on commit 0547868

Please sign in to comment.