veloren/network/src
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
..
api.rs Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
channel.rs Upgrade rustls and quinn 2023-08-23 06:35:36 +02:00
lib.rs Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
message.rs Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
metrics.rs fix clippy errors 2022-11-28 14:08:11 +01:00
participant.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
scheduler.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
util.rs fix logging cnt didnt reset 2021-06-27 22:51:23 +02:00