mesa/subprojects
LingMan 83bf45b0ce meson: Update pest subproject family
Starting with Rust 1.83 this benign warning is show when compiling the pest dependency:

```
warning: elided lifetime has a name
   --> pest/src/iterators/pairs.rs:330:70
    |
89  | impl<'i, R: RuleType> Pairs<'i, R> {
    |      -- lifetime `'i` declared here
...
330 |     ) -> Filter<FlatPairs<'i, R>, impl FnMut(&Pair<'i, R>) -> bool + '_> {
    |                                                                      ^^ this elided lifetime gets resolved as `'i`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default
```

Meson, at least as of version 1.7.0, unfortunately does not suppress warnings originating in dependencies.
Upstream has resolved the warning in 2.8.0, so update to that.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34368>
2025-04-04 21:22:27 +00:00
..
packagefiles meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
.gitignore add a git ignore for subprojects 2019-09-10 20:36:47 +00:00
DirectX-Headers.wrap ci: Bump DirectX-Headers and Agility SDK dependencies to 1.614.1 2024-09-12 15:01:18 +00:00
equivalent.wrap meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
expat.wrap meson: update expat wrap 2023-12-28 13:17:25 +00:00
hashbrown.wrap meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
indexmap.wrap meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
libarchive.wrap meson: update libarchive wrap 2023-12-28 13:17:25 +00:00
libxml2.wrap meson: update libxml2 wrap 2023-12-28 13:17:25 +00:00
lua.wrap meson: Update lua wrap to 5.4.6-4 2023-11-15 13:29:20 +00:00
once_cell.wrap meson: Add pest rust dependencies 2024-07-03 00:07:54 +00:00
paste.wrap meson,ci: Add the paste crate 2024-04-08 20:28:43 +00:00
perfetto.wrap subprojects: perfetto uprev to v47.0 2024-08-08 19:29:00 +00:00
pest.wrap meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_derive.wrap meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_generator.wrap meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_meta.wrap meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
proc-macro2.wrap meson: Update proc-macro2 subproject 2024-07-02 10:19:53 +00:00
quote.wrap meson: Update our rust dependencies 2023-12-18 18:33:53 +00:00
roxmltree.wrap meson: Add roxmltree rust dependency 2024-07-03 00:07:54 +00:00
syn.wrap meson: Update syn subproject 2024-07-02 21:36:14 +00:00
ucd-trie.wrap meson: Add pest rust dependencies 2024-07-03 00:07:54 +00:00
unicode-ident.wrap meson: Update our rust dependencies 2023-12-18 18:33:53 +00:00
wayland-protocols.wrap meson: update wayland-protocols source_hash 2025-02-26 10:53:25 +00:00
zlib.wrap meson: upgrade zlib wrap to 1.3.1 2024-02-06 19:22:53 +00:00