Closed sveitser closed 2 years ago
Thanks for the issue. I ll take a look at it later today or tomorrow. It's been really busy and I haven't got the time to keep up with all the dependencies
Hi, @sveitser the problem is actually simpler than I thought. tide-websocket
has not been kept up to date with the latest tungstenite
and I have a fork which I forgot to update the tungstenite
version. The tide-integration
should be good now with the updated deps in my fork.
You may need to run cargo update
to update your Cargo.lock
though.
I am going to work on updating other HTTP frameworks in the next following days and work on 0.9
@minghuaw Thanks! The example compiles and runs just fine now.
I get the following errors when running
cargo check
in thetide_integration
crate.I'm using rust
1.62.0
.