Skip to content

Commit b99cc9d

Browse files
chore(deps): update dependency curl to v8.4.0.bcr.1 (#83)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | curl | bazel_dep | patch | `8.4.0` -> `8.4.0.bcr.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 7am" in timezone America/Vancouver, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ecsact-dev/ecsact_cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc68d8d commit b99cc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bazel_dep(name = "ecsact_interpret", version = "0.6.0")
1515
bazel_dep(name = "ecsact_codegen", version = "0.2.0")
1616
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1717
bazel_dep(name = "magic_enum", version = "0.9.3")
18-
bazel_dep(name = "curl", version = "8.4.0")
18+
bazel_dep(name = "curl", version = "8.4.0.bcr.1")
1919
bazel_dep(name = "docopt.cpp", version = "0.6.2")
2020
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
2121
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")

0 commit comments

Comments
 (0)