diff options
| author | Gurchetan Singh <gurchetansingh@google.com> | 2024-12-18 14:46:25 -0800 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-06-17 22:28:54 +0000 |
| commit | 62e36aeb95934a2e33a8541e635891d2753eb2e1 (patch) | |
| tree | fba74a50e5071b03a055c52c906d8e3d2200a00c /subprojects | |
| parent | c9c3a1f8696e0d680a1b09f6d8b352ced67ade9f (diff) | |
subprojects: update quote to 1.0.35
Debian is at 1.0.37
https://tracker.debian.org/pkg/rust-quote
Acked-by: Aaron Ruby <aruby@qnx.com>
Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35210>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/packagefiles/quote/meson.build | 2 | ||||
| -rw-r--r-- | subprojects/quote.wrap | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/packagefiles/quote/meson.build b/subprojects/packagefiles/quote/meson.build index 1f408bdb611..e14452d0dc2 100644 --- a/subprojects/packagefiles/quote/meson.build +++ b/subprojects/packagefiles/quote/meson.build @@ -1,7 +1,7 @@ project( 'quote', 'rust', - version : '1.0.33', + version : '1.0.35', license : 'MIT OR Apache-2.0', ) diff --git a/subprojects/quote.wrap b/subprojects/quote.wrap index 7f7c0719119..335f058895f 100644 --- a/subprojects/quote.wrap +++ b/subprojects/quote.wrap @@ -1,6 +1,6 @@ [wrap-file] -directory = quote-1.0.33 -source_url = https://crates.io/api/v1/crates/quote/1.0.33/download -source_filename = quote-1.0.33.tar.gz -source_hash = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +directory = quote-1.0.35 +source_url = https://crates.io/api/v1/crates/quote/1.0.35/download +source_filename = quote-1.0.35.tar.gz +source_hash = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef patch_directory = quote |