chore: Roll pigweed Manually roll pigweed and required crate dep 'object' to 0.40.0
diff --git a/MODULE.bazel b/MODULE.bazel index c91cc96..255a909 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -22,7 +22,7 @@ git_override( module_name = "pigweed", - commit = "6f0aac30f8313cbd5103686097a1f6b3098e8aac", # roll:pigweed + commit = "f540ae6c33424230ed2d388599efa89b6baacf80", patch_args = ["-p1"], patches = [ # Program the VeeR external-interrupt redirect table (MEIVT) in
diff --git a/third_party/crates_io/Cargo.lock b/third_party/crates_io/Cargo.lock index 92d486f..0e0e1e6 100644 --- a/third_party/crates_io/Cargo.lock +++ b/third_party/crates_io/Cargo.lock
@@ -534,9 +534,9 @@ [[package]] name = "foldhash" -version = "0.1.5" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "fugit" @@ -684,18 +684,12 @@ [[package]] name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -dependencies = [ - "foldhash", -] - -[[package]] -name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "foldhash", +] [[package]] name = "heapless" @@ -751,7 +745,7 @@ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.17.1", + "hashbrown", ] [[package]] @@ -945,13 +939,13 @@ [[package]] name = "object" -version = "0.37.3" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +checksum = "dd229a0361b9d0d4396176e02d65897f487eebeab7caa6d443855ee152ca0b9c" dependencies = [ "crc32fast", "flate2", - "hashbrown 0.15.5", + "hashbrown", "indexmap", "memchr", "ruzstd", @@ -1403,9 +1397,9 @@ [[package]] name = "ruzstd" -version = "0.8.3" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8" +checksum = "a252f5e20f038fe7b4ea53e073e65398d652c864cc162fc77c56c2f13717b888" dependencies = [ "twox-hash", ]
diff --git a/third_party/crates_io/Cargo.toml b/third_party/crates_io/Cargo.toml index c2c6795..6e48c4c 100644 --- a/third_party/crates_io/Cargo.toml +++ b/third_party/crates_io/Cargo.toml
@@ -87,7 +87,7 @@ futures = "0.3" hex = "0.4.3" minijinja = { version = "2.12.0", features = ["loader"] } -object = { version = "0.37.1", features = ["build", "elf", "read", "write"] } +object = { version = "0.40.0", features = ["build", "elf", "read", "write"] } prost = "0.13" rustc-demangle = "0.1.25" serde_json5 = "0.2.1"