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
This commit is contained in:
Jan-Erik Rediger
2025-04-07 20:39:50 +00:00
parent 94fccbed84
commit 7605226bfd
5 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ uniffi_bindgen = "0.29.1"
# Shared across multiple application-services consumers. # Shared across multiple application-services consumers.
rusqlite = "0.31.0" rusqlite = "0.31.0"
# Shared across multiple glean consumers. # 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 # 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 # a total fiction; see the setup of MOZ_RUST_DEFAULT_FLAGS for what the

View File

@@ -9,7 +9,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.dependencies] [workspace.dependencies]
glean = "=63.1.0" glean = "=64.0.1"
[profile.release] [profile.release]
debug = true debug = true

View File

@@ -4,7 +4,7 @@ android-gradle-plugin = "8.9.1" # Keep lint version in sync
lint = "31.9.1" lint = "31.9.1"
python-envs-plugin = "0.0.31" python-envs-plugin = "0.0.31"
mozilla-glean = "63.1.0" mozilla-glean = "64.0.1"
maven-ant-tasks = "2.1.3" maven-ant-tasks = "2.1.3"
jacoco = "0.8.12" jacoco = "0.8.12"
okhttp = "4.12.0" okhttp = "4.12.0"

View File

@@ -104,7 +104,7 @@ vendored:third_party/python/wheel
vendored:third_party/python/zipp vendored:third_party/python/zipp
# glean-sdk may not be installable if a wheel isn't available # glean-sdk may not be installable if a wheel isn't available
# and it has to be built from source. # 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. # Mach gracefully handles the case where `psutil` is unavailable.
# We aren't (yet) able to pin packages in automation, so we have to # 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). # support down to the oldest locally-installed version (5.4.2).

View File

@@ -21,7 +21,7 @@ dependencies = [
"filelock~=3.6", "filelock~=3.6",
"fluent-migrate==0.13.2", "fluent-migrate==0.13.2",
"fluent-syntax==0.19.0", "fluent-syntax==0.19.0",
"glean-parser==16.2.0", "glean-parser==17.0.1",
"importlib-metadata==6.0.0", "importlib-metadata==6.0.0",
# Required for compatibility with Flask >= 2 in tools/tryselect/selectors/chooser # Required for compatibility with Flask >= 2 in tools/tryselect/selectors/chooser
"jinja2==3.1.2", "jinja2==3.1.2",