Skip to content

Commit a16ee26

Browse files
chore(deps): update dependency bzip2 to v1.0.8.bcr.3 (#733)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bzip2](https://www.sourceware.org/bzip2/) | bazel_dep | patch | `1.0.8.bcr.2` -> `1.0.8.bcr.3` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcyJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aspect-marvin[bot] <[email protected]>
1 parent 698fc99 commit a16ee26

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
--- a/MODULE.bazel 2025-12-02 11:22:35
2-
+++ b/MODULE.bazel 2025-12-02 11:22:35
3-
@@ -45,548 +45,4 @@
4-
1+
--- a/MODULE.bazel 2025-12-04 16:58:06.612502637 +0000
2+
+++ b/MODULE.bazel 2025-12-04 16:58:06.612502637 +0000
3+
@@ -46,547 +46,3 @@
54
# HACK: In prod the includer's patch inserts the use_repo for multitool. This
65
# solves the problem of needing a use_repo here in prod and below in dev.
7-
-
6+
87
-################################################################################
98
-# Dev deps
109
-#
@@ -283,7 +282,7 @@
283282
- target_triple = "x86_64-unknown-linux-musl",
284283
- versions = [RUST_VERSION], # "versions" only set in first instance of "rust_darwin_x86_64" repository_set (see comment above)
285284
-)
286-
285+
-
287286
-# -> linux arm (musl)
288287
-rust.repository_set(
289288
- name = "rust_darwin_x86_64",
@@ -371,7 +370,7 @@
371370
-
372371
-bazel_dep(name = "xz", version = "5.4.5.bcr.5")
373372
-bazel_dep(name = "zstd", version = "1.5.7")
374-
-bazel_dep(name = "bzip2", version = "1.0.8.bcr.2")
373+
-bazel_dep(name = "bzip2", version = "1.0.8.bcr.3")
375374
-bazel_dep(name = "rules_rs", version = "0.0.7")
376375
-
377376
-crate = use_extension(

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ register_toolchains("@rust_toolchains//:all")
412412

413413
bazel_dep(name = "xz", version = "5.4.5.bcr.5")
414414
bazel_dep(name = "zstd", version = "1.5.7")
415-
bazel_dep(name = "bzip2", version = "1.0.8.bcr.2")
415+
bazel_dep(name = "bzip2", version = "1.0.8.bcr.3")
416416
bazel_dep(name = "rules_rs", version = "0.0.7")
417417

418418
crate = use_extension(

bazel/include/cargo.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
bazel_dep(name = "xz", version = "5.4.5.bcr.5")
55
bazel_dep(name = "zstd", version = "1.5.7")
6-
bazel_dep(name = "bzip2", version = "1.0.8.bcr.2")
6+
bazel_dep(name = "bzip2", version = "1.0.8.bcr.3")
77
bazel_dep(name = "rules_rs", version = "0.0.7")
88

99
crate = use_extension(

0 commit comments

Comments
 (0)