mattsse / chromiumoxide

Chrome Devtools Protocol rust API
Apache License 2.0
712 stars 69 forks source link

Update dependencies #177

Closed djc closed 9 months ago

djc commented 9 months ago

Reason to submit this is that there's a vulnerability in tungstenite 0.19 (which async-tungstenite 0.22 depends on):

https://github.com/advisories/GHSA-9mcr-873m-xcxp

(I think this only affects the server side of tungstenite, which presumably this crate doesn't actually use, so there's not much actual risk. Still nice to get this out of the way.)

I'll tentatively put some version bumps in here, assuming that we don't leak tungstenite types or traits in the public API.