diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index a8a7c4d918..0f2796a63e 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -539,7 +539,6 @@ The following text applies to code linked from these dependencies:
[parking_lot_core](https://github.com/Amanieu/parking_lot),
[paste](https://github.com/dtolnay/paste),
[percent-encoding](https://github.com/servo/rust-url/),
-[pest](https://github.com/pest-parser/pest),
[pin-project-lite](https://github.com/taiki-e/pin-project-lite),
[pin-utils](https://github.com/rust-lang-nursery/pin-utils),
[pkg-config](https://github.com/rust-lang/pkg-config-rs),
@@ -562,9 +561,7 @@ The following text applies to code linked from these dependencies:
[scopeguard](https://github.com/bluss/scopeguard),
[security-framework-sys](https://github.com/kornelski/rust-security-framework),
[security-framework](https://github.com/kornelski/rust-security-framework),
-[semver-parser](https://github.com/steveklabnik/semver-parser),
[semver](https://github.com/dtolnay/semver),
-[semver](https://github.com/steveklabnik/semver),
[serde](https://github.com/serde-rs/serde),
[serde_derive](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
@@ -583,7 +580,6 @@ The following text applies to code linked from these dependencies:
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
[toml](https://github.com/alexcrichton/toml-rs),
[typenum](https://github.com/paholg/typenum),
-[ucd-trie](https://github.com/BurntSushi/ucd-generate),
[unicase](https://github.com/seanmonstar/unicase),
[unicode-bidi](https://github.com/servo/unicode-bidi),
[unicode-ident](https://github.com/dtolnay/unicode-ident),
diff --git a/components/nimbus/ios/Nimbus/Nimbus.swift b/components/nimbus/ios/Nimbus/Nimbus.swift
index 7522bed865..86e41c3cb6 100644
--- a/components/nimbus/ios/Nimbus/Nimbus.swift
+++ b/components/nimbus/ios/Nimbus/Nimbus.swift
@@ -5,7 +5,6 @@
import Foundation
import MozillaRustComponents
-
public class Nimbus: NimbusApi {
private let nimbusClient: NimbusClientProtocol
diff --git a/megazords/full/DEPENDENCIES.md b/megazords/full/DEPENDENCIES.md
index e91a4bd898..b84640caeb 100644
--- a/megazords/full/DEPENDENCIES.md
+++ b/megazords/full/DEPENDENCIES.md
@@ -499,7 +499,6 @@ The following text applies to code linked from these dependencies:
[parking_lot_core](https://github.com/Amanieu/parking_lot),
[paste](https://github.com/dtolnay/paste),
[percent-encoding](https://github.com/servo/rust-url/),
-[pest](https://github.com/pest-parser/pest),
[pkg-config](https://github.com/rust-lang/pkg-config-rs),
[ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion),
[proc-macro-error-attr](https://gitlab.com/CreepySkeleton/proc-macro-error),
@@ -517,9 +516,7 @@ The following text applies to code linked from these dependencies:
[rkv](https://github.com/mozilla/rkv),
[ryu](https://github.com/dtolnay/ryu),
[scopeguard](https://github.com/bluss/scopeguard),
-[semver-parser](https://github.com/steveklabnik/semver-parser),
[semver](https://github.com/dtolnay/semver),
-[semver](https://github.com/steveklabnik/semver),
[serde](https://github.com/serde-rs/serde),
[serde_derive](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
@@ -536,7 +533,6 @@ The following text applies to code linked from these dependencies:
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
[toml](https://github.com/alexcrichton/toml-rs),
[typenum](https://github.com/paholg/typenum),
-[ucd-trie](https://github.com/BurntSushi/ucd-generate),
[unicase](https://github.com/seanmonstar/unicase),
[unicode-bidi](https://github.com/servo/unicode-bidi),
[unicode-ident](https://github.com/dtolnay/unicode-ident),
diff --git a/megazords/full/android/dependency-licenses.xml b/megazords/full/android/dependency-licenses.xml
index eafe3815b0..327d4f5634 100644
--- a/megazords/full/android/dependency-licenses.xml
+++ b/megazords/full/android/dependency-licenses.xml
@@ -32,14 +32,6 @@ the details of which are reproduced below.
Mozilla Public License 2.0: uniffi
https://github.com/mozilla/uniffi-rs/blob/main/LICENSE
-
- Mozilla Public License 2.0: uniffi
- https://github.com/mozilla/uniffi-rs/blob/main/LICENSE
-
-
- Mozilla Public License 2.0: uniffi_bindgen
- https://github.com/mozilla/uniffi-rs/blob/main/LICENSE
-
Mozilla Public License 2.0: uniffi_bindgen
https://github.com/mozilla/uniffi-rs/blob/main/LICENSE
@@ -348,10 +340,6 @@ the details of which are reproduced below.
Apache License 2.0: percent-encoding
https://github.com/servo/rust-url/blob//master/LICENSE-APACHE
-
- Apache License 2.0: pest
- https://github.com/pest-parser/pest/blob/master/LICENSE-APACHE
-
Apache License 2.0: pkg-config
https://github.com/rust-lang/pkg-config-rs/blob/master/LICENSE-APACHE
@@ -420,18 +408,10 @@ the details of which are reproduced below.
Apache License 2.0: scopeguard
https://github.com/bluss/scopeguard/blob/master/LICENSE-APACHE
-
- Apache License 2.0: semver
- https://github.com/steveklabnik/semver/blob/master/LICENSE-APACHE
-
Apache License 2.0: semver
https://github.com/dtolnay/semver/blob/master/LICENSE-APACHE
-
- Apache License 2.0: semver-parser
- https://github.com/steveklabnik/semver-parser/blob/master/LICENSE-APACHE
-
Apache License 2.0: serde
https://github.com/serde-rs/serde/blob/master/LICENSE-APACHE
@@ -496,10 +476,6 @@ the details of which are reproduced below.
Apache License 2.0: typenum
https://github.com/paholg/typenum/blob/main/LICENSE-APACHE
-
- Apache License 2.0: ucd-trie
- https://github.com/BurntSushi/ucd-generate/blob/master/LICENSE-APACHE
-
Apache License 2.0: unicase
https://github.com/seanmonstar/unicase/blob/master/LICENSE-APACHE
@@ -604,10 +580,6 @@ the details of which are reproduced below.
MIT License: cargo_metadata
https://github.com/oli-obk/cargo_metadata/blob/main/LICENSE-MIT
-
- MIT License: cargo_metadata
- https://github.com/oli-obk/cargo_metadata/blob/main/LICENSE-MIT
-
MIT License: caseless
https://github.com/SimonSapin/rust-caseless/blob/master/LICENSE
@@ -648,10 +620,6 @@ the details of which are reproduced below.
MIT License: nom
https://github.com/Geal/nom/blob/main/LICENSE
-
- MIT License: nom
- https://github.com/Geal/nom/blob/main/LICENSE
-
MIT License: ordered-float
https://github.com/reem/rust-ordered-float/blob/master/LICENSE-MIT
@@ -676,10 +644,6 @@ the details of which are reproduced below.
MIT License: weedle2
https://github.com/mozilla/uniffi-rs/blob/main/weedle2/LICENSE.md
-
- MIT License: weedle2
- https://github.com/mozilla/uniffi-rs/blob/main/weedle2/LICENSE.md
-
MIT License: whatsys
https://github.com/badboy/whatsys/blob/main/LICENSE
diff --git a/megazords/ios-rust/DEPENDENCIES.md b/megazords/ios-rust/DEPENDENCIES.md
index bd6449f61c..dff764ad7d 100644
--- a/megazords/ios-rust/DEPENDENCIES.md
+++ b/megazords/ios-rust/DEPENDENCIES.md
@@ -524,7 +524,6 @@ The following text applies to code linked from these dependencies:
[parking_lot_core](https://github.com/Amanieu/parking_lot),
[paste](https://github.com/dtolnay/paste),
[percent-encoding](https://github.com/servo/rust-url/),
-[pest](https://github.com/pest-parser/pest),
[pin-project-lite](https://github.com/taiki-e/pin-project-lite),
[pin-utils](https://github.com/rust-lang-nursery/pin-utils),
[pkg-config](https://github.com/rust-lang/pkg-config-rs),
@@ -547,9 +546,7 @@ The following text applies to code linked from these dependencies:
[scopeguard](https://github.com/bluss/scopeguard),
[security-framework-sys](https://github.com/kornelski/rust-security-framework),
[security-framework](https://github.com/kornelski/rust-security-framework),
-[semver-parser](https://github.com/steveklabnik/semver-parser),
[semver](https://github.com/dtolnay/semver),
-[semver](https://github.com/steveklabnik/semver),
[serde](https://github.com/serde-rs/serde),
[serde_derive](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
@@ -568,7 +565,6 @@ The following text applies to code linked from these dependencies:
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
[toml](https://github.com/alexcrichton/toml-rs),
[typenum](https://github.com/paholg/typenum),
-[ucd-trie](https://github.com/BurntSushi/ucd-generate),
[unicase](https://github.com/seanmonstar/unicase),
[unicode-bidi](https://github.com/servo/unicode-bidi),
[unicode-ident](https://github.com/dtolnay/unicode-ident),
diff --git a/megazords/ios-rust/focus/DEPENDENCIES.md b/megazords/ios-rust/focus/DEPENDENCIES.md
index 999192f387..1c0779fbf9 100644
--- a/megazords/ios-rust/focus/DEPENDENCIES.md
+++ b/megazords/ios-rust/focus/DEPENDENCIES.md
@@ -506,7 +506,6 @@ The following text applies to code linked from these dependencies:
[os_str_bytes](https://github.com/dylni/os_str_bytes),
[paste](https://github.com/dtolnay/paste),
[percent-encoding](https://github.com/servo/rust-url/),
-[pest](https://github.com/pest-parser/pest),
[pin-project-lite](https://github.com/taiki-e/pin-project-lite),
[pin-utils](https://github.com/rust-lang-nursery/pin-utils),
[pkg-config](https://github.com/rust-lang/pkg-config-rs),
@@ -524,9 +523,7 @@ The following text applies to code linked from these dependencies:
[ryu](https://github.com/dtolnay/ryu),
[security-framework-sys](https://github.com/kornelski/rust-security-framework),
[security-framework](https://github.com/kornelski/rust-security-framework),
-[semver-parser](https://github.com/steveklabnik/semver-parser),
[semver](https://github.com/dtolnay/semver),
-[semver](https://github.com/steveklabnik/semver),
[serde](https://github.com/serde-rs/serde),
[serde_derive](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
@@ -543,7 +540,6 @@ The following text applies to code linked from these dependencies:
[tinyvec_macros](https://github.com/Soveu/tinyvec_macros),
[toml](https://github.com/alexcrichton/toml-rs),
[typenum](https://github.com/paholg/typenum),
-[ucd-trie](https://github.com/BurntSushi/ucd-generate),
[unicase](https://github.com/seanmonstar/unicase),
[unicode-bidi](https://github.com/servo/unicode-bidi),
[unicode-ident](https://github.com/dtolnay/unicode-ident),