diff --git a/hickory-proto-fix-metadata.diff b/hickory-proto-fix-metadata.diff index 4d03b7f..37ef7b2 100644 --- a/hickory-proto-fix-metadata.diff +++ b/hickory-proto-fix-metadata.diff @@ -1,5 +1,19 @@ --- hickory-proto-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ hickory-proto-0.24.0/Cargo.toml 2023-12-14T11:35:58.400575+00:00 ++++ hickory-proto-0.24.0/Cargo.toml 2024-01-24T17:36:51.585410+00:00 +@@ -89,11 +89,11 @@ + optional = true + + [dependencies.h3] +-version = "0.0.2" ++version = "0.0.3" + optional = true + + [dependencies.h3-quinn] +-version = "0.0.3" ++version = "0.0.4" + optional = true + + [dependencies.http] @@ -139,7 +139,7 @@ version = "0.8" diff --git a/rust-hickory-proto.spec b/rust-hickory-proto.spec index 4648324..d2bb9b1 100644 --- a/rust-hickory-proto.spec +++ b/rust-hickory-proto.spec @@ -14,6 +14,8 @@ URL: https://crates.io/crates/hickory-proto Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * bump ring dependency from 0.16 to 0.17 +# * bump h3 dependency from 0.0.2 to 0.0.3 +# * bump h3-quinn dependency from 0.0.3 to 0.0.4 # * remove unused tracing-subscriber dev-dependency # * add missing "tokio/io-util" dependency for the "tokio-runtime" feature Patch: hickory-proto-fix-metadata.diff