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.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quinn-proto-0.10.5/Cargo.toml 2023-10-28T14:30:06.211431+00:00
@@ -39,7 +39,7 @@
version = "0.8"
[dependencies.ring]
-version = "0.16.7"
+version = "0.17"
optional = true
[dependencies.rustc-hash]