Bug 1964493 - Upgrade to UniFFI 0.29.2, r=markh,supply-chain-reviewers

The eventual goal is to enable using the new IR pipeline code, but this
commit simply switches over to the new version.  The main change is that
UniFFI is back to using askama as the template engine, since rinja
project has been merged back in.

Differential Revision: https://phabricator.services.mozilla.com/D247843
This commit is contained in:
Ben Dean-Kawamura
2025-05-07 19:25:19 +00:00
committed by bdeankawamura@mozilla.com
parent 1beaa4e22e
commit 27ff199fb4
345 changed files with 81488 additions and 12754 deletions

View File

@@ -63,8 +63,8 @@ rust-version = "1.82.0"
[workspace.dependencies]
# Shared across multiple UniFFI consumers.
uniffi = "0.29.1"
uniffi_bindgen = "0.29.1"
uniffi = "0.29.2"
uniffi_bindgen = "0.29.2"
# Shared across multiple application-services consumers.
rusqlite = "0.33.0"
# Shared across multiple glean consumers.