enostr: update ewebsock
This was using an ancient version of rustls, which in turn included an old version of ring, which was the real reason of the windows compile issues (i think) Cc: kernelkind <kernelkind@gmail.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ewebsock = { version = "0.2.0", features = ["tls"] }
|
||||
ewebsock = { version = "0.8.0", features = ["tls"] }
|
||||
serde_derive = "1"
|
||||
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
|
||||
serde_json = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user