Commit 2fab98bc authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Bug 1808586 - Upgrade to Glean v52.0.1 r=chutten,supply-chain-reviewers

Depends on D167245

Differential Revision: https://phabricator.services.mozilla.com/D167247
parent e3e9a853
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2303,9 +2303,9 @@ dependencies = [

[[package]]
name = "glean"
version = "52.0.0"
version = "52.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f600281679e10615de8d2a250cee5ea24ba55d3b714c15833fc1951806ebb2"
checksum = "b82332dcb52cd5abbcda9728131f105865c94cd68f5c2814c970b685f70547b4"
dependencies = [
 "chrono",
 "crossbeam-channel",
@@ -2323,9 +2323,9 @@ dependencies = [

[[package]]
name = "glean-core"
version = "52.0.0"
version = "52.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4357fa01f5b90c6e0fe0e39d434bf3b7394ed56f940bea4f221a2b355894fcfc"
checksum = "122d2fe5b0d4cfa163cca9bdc349da07341765ec42a0fca1a5d245d54f80de55"
dependencies = [
 "android_logger",
 "bincode",
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ allprojects {
        topsrcdir = gradle.mozconfig.topsrcdir
        topobjdir = gradle.mozconfig.topobjdir

        gleanVersion = "52.0.0"
        gleanVersion = "52.0.1"
        if (gleanVersion != getRustVersionFor("glean")) {
          throw new StopExecutionException("Mismatched Glean version, expected: ${gleanVersion}," +
              " found ${getRustVersionFor("glean")}")
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ svg_fmt = "0.4"
tracy-rs = "0.1.2"
derive_more = { version = "0.99", default-features = false, features = ["add_assign"] }
etagere = "0.2.6"
glean = "52.0.0"
glean = "52.0.1"
fog = { version = "0.1.0", optional = true }
swgl = { path = "../swgl", optional = true }
topological-sort = "0.1"
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ pth:xpcom/geckoprocesstypes_generator
pth:xpcom/idl-parser
# glean-sdk may not be installable if a wheel isn't available
# and it has to be built from source.
pypi-optional:glean-sdk==52.0.0:telemetry will not be collected
pypi-optional:glean-sdk==52.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).
+12 −0
Original line number Diff line number Diff line
@@ -878,6 +878,12 @@ criteria = "safe-to-deploy"
delta = "51.7.0 -> 51.8.0"
notes = "Maintained by the Glean team at Mozilla"

[[audits.glean]]
who = "Jan-Erik Rediger <jrediger@mozilla.com>"
criteria = "safe-to-deploy"
delta = "52.0.0 -> 52.0.1"
notes = "Maintained by the Glean team at Mozilla"

[[audits.glean-core]]
who = "Jan-Erik Rediger <jrediger@mozilla.com>"
criteria = "safe-to-deploy"
@@ -955,6 +961,12 @@ criteria = "safe-to-deploy"
delta = "51.7.0 -> 51.8.0"
notes = "Maintained by the Glean team at Mozilla"

[[audits.glean-core]]
who = "Jan-Erik Rediger <jrediger@mozilla.com>"
criteria = "safe-to-deploy"
delta = "52.0.0 -> 52.0.1"
notes = "Maintained by the Glean team at Mozilla"

[[audits.goblin]]
who = "Jan-Erik Rediger <jrediger@mozilla.com>"
criteria = "safe-to-deploy"
Loading