meson: Update our rust dependencies

These are the package versions currently shipped by Fedora. This allows
using system packages by setting

    export MESON_PACKAGE_CACHE_DIR=/usr/share/cargo/registry/

Of course, other distros may place it somewhere else.

Ubuntu matches versions on syn and unicode-ident but is a tiny bit off
on quote and proc-macro2. However, given how far I was able to bump the
versions with only a tiny meson tweak to syn, I think it should work
with the Ubuntu versions as well.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26726>
This commit is contained in:
Faith Ekstrand
2023-12-16 11:38:12 -06:00
committed by Marge Bot
parent f0594915e6
commit a2a0cef9f4
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[wrap-file]
directory = proc-macro2-1.0.56
source_url = https://crates.io/api/v1/crates/proc-macro2/1.0.56/download
source_filename = proc-macro2-1.0.56.tar.gz
source_hash = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435
directory = proc-macro2-1.0.70
source_url = https://crates.io/api/v1/crates/proc-macro2/1.0.70/download
source_filename = proc-macro2-1.0.70.tar.gz
source_hash = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b
patch_directory = proc-macro2