diff --git a/Cargo.lock b/Cargo.lock index eac5a62b..aeeda3d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.5" +version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" +checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 289b4817..62f1fc27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,12 +21,10 @@ is-it-maintained-open-issues = { repository = "mozilla/mtu", branch = "main" } maintenance = { status = "actively-developed", branch = "main" } [dependencies] -# Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock libc = { version = "0.2", default-features = false } static_assertions = { version = "1.1", default-features = false } [target.'cfg(windows)'.dependencies] -# Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock windows = { version = ">=0.58,<0.60", features = [ "Win32_Foundation", "Win32_NetworkManagement_IpHelper", @@ -37,7 +35,6 @@ windows = { version = ">=0.58,<0.60", features = [ [build-dependencies] cfg_aliases = { version = "0.2", default-features = false } mozbuild = { version = "0.1", default-features = false, optional = true } -# Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock bindgen = { version = "0.69", default-features = false, features = ["runtime"] } [features]