Skip to content

Commit f1137e8

Browse files
authored
Update to Glean v68.0.0 (#7438)
While around I also cleaned up references to the Glean submodule, since that's gone for a while.
1 parent ad7e69c commit f1137e8

12 files changed

Lines changed: 12 additions & 59 deletions

File tree

.gitmodules

Whitespace-only changes.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[Full Changelog](In progress)
44

5+
### Glean
6+
- Updated to v68.0.0 ([#7438](https://github.com/mozilla/application-services/issues/7438))
7+
58
# v153.0 (_2026-06-15_)
69

710
## ⚠️ Breaking Changes ⚠️

Cargo.lock

Lines changed: 4 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ members = [
8080
]
8181

8282
exclude = [
83-
# Don't include git submodules in our workspace, since those packages haven't
84-
# been written with that in mind. They might work, but they might not.
85-
"components/external/glean/",
8683
# Excluding this due to intermittent failures; see SDK-233 and #3909 for details.
8784
# (including it here means you can still explicitly run it from the test directory)
8885
"testing/sync-test",

DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ The following text applies to code linked from these dependencies:
487487
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
488488
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
489489
[fastrand](https://github.com/smol-rs/fastrand),
490-
[fd-lock](https://github.com/yoshuawuyts/fd-lock),
491490
[ffi-support](https://github.com/mozilla/ffi-support),
492491
[find-msvc-tools](https://github.com/rust-lang/cc-rs),
493492
[fnv](https://github.com/servo/rust-fnv),

components/places/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ sql-support = { path = "../support/sql" }
4343

4444
[build-dependencies]
4545
uniffi = { version = "0.31", features=["build"]}
46-
glean-build = { git = "https://github.com/mozilla/glean", rev = "0401cd87c365fd8356e5d3bb6d72a67c8940c934" }
46+
glean-build = { git = "https://github.com/mozilla/glean", rev = "3b00f26c4814a47044c6736563ee7589dfa3b399" }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlinx-serialization = "1.11.0"
1818

1919
# Mozilla
2020
android-components = "150.0.3"
21-
glean = "67.3.1"
21+
glean = "68.0.0"
2222
rust-android-gradle = "0.9.6"
2323

2424
# AndroidX

megazords/full/DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ The following text applies to code linked from these dependencies:
471471
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
472472
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
473473
[fastrand](https://github.com/smol-rs/fastrand),
474-
[fd-lock](https://github.com/yoshuawuyts/fd-lock),
475474
[ffi-support](https://github.com/mozilla/ffi-support),
476475
[find-msvc-tools](https://github.com/rust-lang/cc-rs),
477476
[form_urlencoded](https://github.com/servo/rust-url),

megazords/full/android/dependency-licenses.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ the details of which are reproduced below.
204204
<name>Apache License 2.0: fastrand</name>
205205
<url>https://github.com/smol-rs/fastrand/blob/master/LICENSE-APACHE</url>
206206
</license>
207-
<license>
208-
<name>Apache License 2.0: fd-lock</name>
209-
<url>https://github.com/yoshuawuyts/fd-lock/blob/master/LICENSE-APACHE</url>
210-
</license>
211207
<license>
212208
<name>Apache License 2.0: ffi-support</name>
213209
<url>https://raw.githubusercontent.com/mozilla/ffi-support/main/LICENSE-APACHE</url>

megazords/ios-rust/DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ The following text applies to code linked from these dependencies:
480480
[fallible-iterator](https://github.com/sfackler/rust-fallible-iterator),
481481
[fallible-streaming-iterator](https://github.com/sfackler/fallible-streaming-iterator),
482482
[fastrand](https://github.com/smol-rs/fastrand),
483-
[fd-lock](https://github.com/yoshuawuyts/fd-lock),
484483
[ffi-support](https://github.com/mozilla/ffi-support),
485484
[find-msvc-tools](https://github.com/rust-lang/cc-rs),
486485
[fnv](https://github.com/servo/rust-fnv),

0 commit comments

Comments
 (0)