From 7605226bfd65da6ec50174d59747221749aec32b Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 7 Apr 2025 20:39:50 +0000 Subject: [PATCH] Bug 1953191 - Update to Glean v64.0.1 and glean_parser 17.0.1 r=chutten,mach-reviewers,ahal Vendoring happens in the next commit Differential Revision: https://phabricator.services.mozilla.com/D241958 --- Cargo.toml | 2 +- gfx/wr/Cargo.toml | 2 +- gradle/libs.versions.toml | 2 +- python/sites/mach.txt | 2 +- third_party/python/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 681a77c74469..ed5e43e7a220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ uniffi_bindgen = "0.29.1" # Shared across multiple application-services consumers. rusqlite = "0.31.0" # Shared across multiple glean consumers. -glean = "=63.1.0" +glean = "=64.0.1" # Explicitly specify what our profiles use. The opt-level setting here is # a total fiction; see the setup of MOZ_RUST_DEFAULT_FLAGS for what the diff --git a/gfx/wr/Cargo.toml b/gfx/wr/Cargo.toml index c5efde7d1cf9..f3a710877f2c 100644 --- a/gfx/wr/Cargo.toml +++ b/gfx/wr/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.dependencies] -glean = "=63.1.0" +glean = "=64.0.1" [profile.release] debug = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 60a2790e1bf9..db51373a16f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-gradle-plugin = "8.9.1" # Keep lint version in sync lint = "31.9.1" python-envs-plugin = "0.0.31" -mozilla-glean = "63.1.0" +mozilla-glean = "64.0.1" maven-ant-tasks = "2.1.3" jacoco = "0.8.12" okhttp = "4.12.0" diff --git a/python/sites/mach.txt b/python/sites/mach.txt index 74511c0af768..1c855856d1b3 100644 --- a/python/sites/mach.txt +++ b/python/sites/mach.txt @@ -104,7 +104,7 @@ vendored:third_party/python/wheel vendored:third_party/python/zipp # glean-sdk may not be installable if a wheel isn't available # and it has to be built from source. -pypi-optional:glean-sdk==63.1.0:telemetry will not be collected +pypi-optional:glean-sdk==64.0.1:telemetry will not be collected # Mach gracefully handles the case where `psutil` is unavailable. # We aren't (yet) able to pin packages in automation, so we have to # support down to the oldest locally-installed version (5.4.2). diff --git a/third_party/python/pyproject.toml b/third_party/python/pyproject.toml index cef837bb0726..489a71851a3f 100644 --- a/third_party/python/pyproject.toml +++ b/third_party/python/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "filelock~=3.6", "fluent-migrate==0.13.2", "fluent-syntax==0.19.0", - "glean-parser==16.2.0", + "glean-parser==17.0.1", "importlib-metadata==6.0.0", # Required for compatibility with Flask >= 2 in tools/tryselect/selectors/chooser "jinja2==3.1.2",