updating rustls-pemfile, and quinn and h3 crates.
In light of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096190 it looks like we want to update rustls-pemfile, and it seems sensible to do rustls-native-certs at the same time.
After further research and discussions with Jonas I have decided not to update rustls-native-certs as part of this update. I have however decided to include the h3 and quinn packages.
So the list of packages to get semver bumped currently stands at.
- rust-rustls-pemfile 1->2
- rust-h3 0.0.3 -> 0.0.6
- rust-h3-quinn 0.0.4 -> 0.0.7
- rust-quinn 0.10 -> 0.11
- rust-quinn-proto 0.10 -> 0.11
- rust-quinn-udp 0.4 -> 0.5
I won't upload this to unstable until the new rustls is in testing. rustls is now in testing.
rdeps (not complete list yet).
- rust-rustls-0.11 - Jonas's package, test/examples dependency only, bug filed with patch
- pushpin - Jan's package, bug report filed with patch
- rust-async-tls - rust team package, already fixed in git
- rust-hyper-rustls - bug report filed, asking jonas which direction he wants to go in, patch or update.
- rust-imap-client - Jonas's package, bug report filed with patch
- rust-mail-send - Jonas's package, bug report filed with patch
Edited by Peter Green