2 Commits

Author SHA1 Message Date
a4538efbb3 Update Rust crate uuid to v1.16.0
Some checks failed
tests / fmt (push) Failing after 16s
tests / build (push) Failing after 10s
tests / test (push) Failing after 16s
tests / pre-commit (push) Failing after 14s
tests / clippy (push) Failing after 16s
2025-03-19 00:02:32 +00:00
e0f1abcd9c Update renovatebot/github-action action to v41.0.16
Some checks failed
tests / fmt (push) Successful in 3m27s
tests / clippy (push) Successful in 1m50s
tests / pre-commit (push) Successful in 1m20s
deploy / release-image (push) Failing after 40s
renovate / renovate (push) Failing after 2m50s
tests / test (push) Successful in 5m3s
tests / build (push) Successful in 7m38s
2025-03-18 00:00:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@02f4fdeb479bbb229caa7ad82cb5e691c07e80b3 # v41.0.14
uses: renovatebot/github-action@08ed9fa83e24bfe6222557f9e221395c57972127 # v41.0.16
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$"

4
Cargo.lock generated
View File

@@ -4247,9 +4247,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "uuid"
version = "1.15.1"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
dependencies = [
"getrandom 0.3.1",
]