tremor-runtime
tremor-runtime copied to clipboard
Upgrade to rustls 0.20 once rustls-native-certs and async-tls support it.
trafficstars
Describe the problem you are trying to solve
Upgrade to rustls 0.20.
But both rustls-native-certs and async-tls depend on 0.19.1.
Describe the solution you'd like Wait for both dependencies to upgrade to rustls 0.20
rustls-native-certs = 0.6.1 supports rustls 0.20.
we are using 0.21 now