veloren/network
Laura b03d0dcc7b Upgrade rustls and quinn
According to RUSTSEC-2023-0052 we need to upgrade rustls to 0.21
to get a fix for the issue which may or may not affect Veloren
since it's about client certificates but with the absence of a
PoC it seems like a good idea to upgrade anyway, just to be sure.

webpki has gone unmaintained (which rustls 0.20 depends on),
starting with rustls 0.21 it depends on rustls-webpki which
contains a fix for the issue. Since quinn also depends on
rustls 0.20 in 0.8 and 0.9 versions, we needed to upgrade it to
0.10 so that it depends on rustls 0.21 which we now use.
2023-08-23 06:35:36 +02:00
..
benches Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
examples update further dependencies 2023-05-04 23:42:05 +02:00
protocol use workspace dependencies to make our life easier maintaining them :) 2023-05-10 18:16:25 +02:00
src Upgrade rustls and quinn 2023-08-23 06:35:36 +02:00
tests Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
Cargo.toml Upgrade rustls and quinn 2023-08-23 06:35:36 +02:00