Skip to content

Commit

Permalink
Merge branch 'main' into t/h-3884-upgrade-rust-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann authored Jan 8, 2025
2 parents b5e08be + 597db7a commit 7b42e5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/warm-up-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# cache: yarn ## Currently disabled because of frequent timeouts

- name: Install WASM tools
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: wasm-pack@0.12.1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: just@1.34.0,critcmp@0.1.8

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: just@1.34.0,critcmp@0.1.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.lints.outputs.has-rust == 'true'
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: just@1.34.0,cargo-hack@0.6.30,clippy-sarif@0.6.5,sarif-fmt@0.6.5

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: just@1.34.0,cargo-hack@0.6.30,cargo-nextest@0.9.72,cargo-llvm-cov@0.6.11

Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:

- name: Install Rust tools
if: steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@a86da1a3cb51967612c80d6dc98c5cac03a73025 # v2.47.7
uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # v2.47.8
with:
tool: just@1.34.0,cargo-hack@0.6.30,cargo-nextest@0.9.72,cargo-llvm-cov@0.6.11

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ futures-sink = { version = "=0.3.31", default-features = false }
futures-util = { version = "=0.3.31", default-features = false }
hashbrown = { version = "=0.15.2", default-features = false, features = ["inline-more", "nightly"] }
http = { version = "=1.2.0", default-features = false }
image = { version = "0.25.5", default-features = false }
image = { version = "=0.25.5", default-features = false }
inferno = { version = "=0.12.1", default-features = false }
iso8601-duration = { version = "=0.2.0", default-features = false }
json-number = { version = "=0.4.9", default-features = false }
Expand Down Expand Up @@ -175,7 +175,7 @@ humansize = { version = "=2.1.3", default-features = false }
hyper = { version = "=1.5.2", default-features = false }
include_dir = { version = "=0.7.4", default-features = false }
insta = { version = "=1.42.0", default-features = false }
itertools = { version = "0.14.0", default-features = false }
itertools = { version = "=0.14.0", default-features = false }
jsonschema = { version = "=0.28.1", default-features = false }
justjson = { version = "=0.3.0", default-features = false }
lexical = { version = "=7.0.4", default-features = false }
Expand Down

0 comments on commit 7b42e5d

Please sign in to comment.