Skip to content

Commit 411f7c8

Browse files
authored
Merge pull request #180 from orbitinghail/renovate/all-other-updates
fix(deps): update all other updates
2 parents 6ffb24b + 189236b commit 411f7c8

8 files changed

Lines changed: 29 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
4242

43-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # v1
43+
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
4444
with:
4545
toolchain: 1.88
4646
components: clippy, rustfmt
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
5454

55-
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2
55+
- uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2
5656
with:
5757
tool: cargo-nextest
5858

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pnpm build
4545
4646
- name: Check links
47-
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
47+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2
4848
with:
4949
workingDirectory: docs
5050
args: --user-agent 'curl/8.13.0' --no-progress --remap "https://graft.rs file://$PWD/dist" --fallback-extensions html --exclude-path "llms-.*\.txt" --root-dir $PWD/dist dist

.github/workflows/release-prep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
sudo apt-get update
8686
sudo apt-get install -y clang libclang-dev llvm mold libncurses-dev build-essential fuse3 libfuse3-dev
8787
88-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # v1
88+
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
8989
with:
9090
toolchain: 1.88
9191
components: clippy, rustfmt
@@ -232,7 +232,7 @@ jobs:
232232
sudo apt-get update
233233
sudo apt-get install -y mold libclang-dev clang gcc-aarch64-linux-gnu
234234
235-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # v1
235+
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
236236
with:
237237
toolchain: 1.88
238238
targets: ${{ join(matrix.platform.targets, ',') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
registry-url: "https://registry.npmjs.org"
113113

114114
- name: Install uv
115-
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
115+
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
116116
with:
117117
enable-cache: false
118118
cache-dependency-glob: ""

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ enum_dispatch = "0.3"
3939
event-listener = "5.4"
4040
file-lock = "2.1"
4141
fjall = { version = "2.7", features = ["bytes"] }
42-
foldhash = "0.1"
42+
foldhash = "0.2"
4343
futures = "0.3"
4444
glob = "0.3"
4545
hashbrown = "0.15"

crates/graft-core/src/bilrost_util/zerocopy_encoding.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ macro_rules! derive_zerocopy_encoding {
4141
use ::bytes::{BufMut, Buf};
4242
use ::zerocopy::{TryFromBytes, IntoBytes, Immutable, KnownLayout};
4343

44+
#[allow(dead_code)]
4445
#[doc(hidden)]
4546
trait AssertIsZerocopy: IntoBytes + TryFromBytes + Immutable + KnownLayout {}
4647
#[doc(hidden)]

docs/pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)