Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_rust #387

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
rules_rust bazel_dep minor 0.49.3 -> 0.52.0
rules_rust http_archive minor 0.49.3 -> 0.52.1

Release Notes

bazelbuild/rules_rust (rules_rust)

v0.52.1

Compare Source

0.52.1

Bzlmod

bazel_dep(name = "rules_rust", version = "0.52.1")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-CRrEsKZ7wlLCyE2Eu7lBq3mrwecfvTIk2kr9+6c3VPA=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.1/rules_rust-v0.52.1.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

Full Changelog: bazelbuild/rules_rust@0.52.0...0.52.1

v0.52.0

Compare Source

0.52.0

Bzlmod

bazel_dep(name = "rules_rust", version = "0.52.0")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-eTHntUQQe2ICm/L8cuefnXdSOtZQ1ELZPD/M6a1ewes=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.0/rules_rust-v0.52.0.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_rust@0.51.0...0.52.0

v0.51.0

Compare Source

0.51.0

Bzlmod

bazel_dep(name = "rules_rust", version = "0.51.0")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-BCrPtzRpstGEj+FI2Bw0IsYepHqeGQDxyew29R6OcZM=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.51.0/rules_rust-v0.51.0.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_rust@0.50.1...0.51.0

v0.50.1

Compare Source

0.50.1

Bzlmod

bazel_dep(name = "rules_rust", version = "0.50.1")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-MZscNcESBO9WsdlKVJ9rnTUygTt3jwLXCe9oyDcDbPE=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.50.1/rules_rust-v0.50.1.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

Full Changelog: bazelbuild/rules_rust@0.50.0...0.50.1

v0.50.0

Compare Source

0.50.0

Bzlmod

bazel_dep(name = "rules_rust", version = "0.50.0")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-NE2PXqlFFVnUDR4msCyI3kZtv1y1Io2MCsrlVxsdqI4=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.50.0/rules_rust-v0.50.0.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_rust@0.49.3...0.50.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency rules_rust to v0.50.0 chore(deps): update dependency rules_rust Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_rust chore(deps): update dependency rules_rust to v0.50.1 Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_rust to v0.50.1 chore(deps): update dependency rules_rust Sep 19, 2024
@renovate renovate bot force-pushed the renovate/rules_rust-0.x branch 2 times, most recently from 290d503 to 05784d0 Compare September 20, 2024 00:44
@renovate renovate bot changed the title chore(deps): update dependency rules_rust chore(deps): update dependency rules_rust to v0.51.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/rules_rust-0.x branch 2 times, most recently from 3f1b885 to c866b4a Compare September 23, 2024 09:28
@renovate renovate bot force-pushed the renovate/rules_rust-0.x branch 3 times, most recently from 659c026 to 1d4bf26 Compare October 4, 2024 10:49
@renovate renovate bot changed the title chore(deps): update dependency rules_rust to v0.51.0 chore(deps): update dependency rules_rust Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_rust chore(deps): update dependency rules_rust to v0.52.0 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_rust to v0.52.0 chore(deps): update dependency rules_rust Oct 5, 2024
@jsharpe jsharpe merged commit f9fe23a into master Oct 6, 2024
36 checks passed
@jsharpe jsharpe deleted the renovate/rules_rust-0.x branch October 6, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant