Skip to content

Commit

Permalink
Update to warp v0.3.6 (#5172)
Browse files Browse the repository at this point in the history
* Update to warp 0.3.6

* Update Cargo.lock
  • Loading branch information
ackintosh authored Feb 8, 2024
1 parent 4b19eac commit e353358
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 71 deletions.
88 changes: 19 additions & 69 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ tree_hash = "0.5"
tree_hash_derive = "0.5"
url = "2"
uuid = { version = "0.8", features = ["serde", "v4"] }
# TODO update to warp 0.3.6 after released.
warp = { git = "https://github.com/seanmonstar/warp.git", default-features = false, features = ["tls"] }
warp = { version = "0.3.6", default-features = false, features = ["tls"] }
zeroize = { version = "1", features = ["zeroize_derive"] }
zip = "0.6"

Expand Down

0 comments on commit e353358

Please sign in to comment.