You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-quinn-proto/quinn-proto-fix-metadata.diff

12 lines
269 B

--- quinn-proto-0.10.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quinn-proto-0.10.6/Cargo.toml 2023-11-17T23:13:43.006239+00:00
@@ -38,7 +38,7 @@
version = "0.8"
[dependencies.ring]
-version = "0.16.7"
+version = "0.17"
optional = true
[dependencies.rustc-hash]