mesa/subprojects/packagefiles
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
..
equivalent meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
hashbrown meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
indexmap meson: Add indexmap rust dependencies 2024-07-03 00:07:54 +00:00
once_cell meson: Add pest rust dependencies 2024-07-03 00:07:54 +00:00
paste meson,ci: Add the paste crate 2024-04-08 20:28:43 +00:00
pest meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_derive meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_generator meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
pest_meta meson: Update pest subproject family 2025-04-04 21:22:27 +00:00
proc-macro2 meson: Update proc_macro2 meson.build patch 2024-05-10 20:07:01 +00:00
quote
roxmltree meson: Add roxmltree rust dependency 2024-07-03 00:07:54 +00:00
syn
ucd-trie meson: Add pest rust dependencies 2024-07-03 00:07:54 +00:00
unicode-ident