Skip to content

Commit 3bbad21

Browse files
fix(deps): update all other updates
1 parent 7f53e9e commit 3bbad21

3 files changed

Lines changed: 25 additions & 13 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
with:
2727
token: ${{secrets.GITHUB_TOKEN}}
2828

29-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
29+
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
3030

31-
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
31+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3232

3333
- name: Install Nextest
3434
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C /usr/local/bin
@@ -43,7 +43,7 @@ jobs:
4343
run: cargo nextest run --benches
4444

4545
- name: Clippy
46-
uses: auguwu/clippy-action@94a9ff2f6920180b89e5c03d121d0af04a9d3e03 # 1.4.0
46+
uses: auguwu/clippy-action@9817d076b82df0194935be9db6154c56ac07b317 # 1.5.0
4747
with:
4848
token: ${{secrets.GITHUB_TOKEN}}
4949

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ itertools = "0.14"
2828
num = "0.4"
2929
proptest = { version="1.7.0", optional=true}
3030
rand = { version = "0.10", optional = true }
31-
range-set-blaze = "0.4.0"
31+
range-set-blaze = "0.5.0"
3232
static_assertions = "1.1"
3333
thiserror = "2.0"
3434
u24 = { version = "0.6.0", features = ["range-set-blaze"] }
@@ -38,7 +38,7 @@ zerocopy = { version = "0.8", features = ["derive"] }
3838
splinter-rs = { path = ".", features = ["testutil"] }
3939

4040
criterion = "=0.8.2"
41-
hegeltest = "0.1.15"
41+
hegeltest = "=0.1.15"
4242
lz4 = "=1.28.1"
4343
roaring = "=0.11.3"
4444

0 commit comments

Comments
 (0)