Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit d4404d1

Browse files
build(deps): update all dependencies updates
1 parent f9aa0ac commit d4404d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout Actions Repository
4949
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
- name: Spell Check Repo
51-
uses: crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # v1.40.0
51+
uses: crate-ci/typos@5c19779cb52ea50e151f5a10333ccd269227b5ae # v1.41.0
5252

5353
coverage:
5454
name: coverage

.github/workflows/update-rust-toolchain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515

1616
- name: Install Updatecli in the runner
17-
uses: updatecli/updatecli-action@9a21b6911fe58865c8346d4fde3470010f49bf31 # v2.97.0
17+
uses: updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804 # v2.98.0
1818

1919
- name: Update rust version inside of rust-toolchain file
2020
id: update_rust_toolchain

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ oci-client = { version = "0.15", default-features = false, features = [
2626
path-slash = "0.2"
2727
rayon = "1.10"
2828
regex = "1.11"
29-
reqwest = { version = "0.12", default-features = false, features = [
29+
reqwest = { version = "0.13", default-features = false, features = [
3030
"rustls-tls",
3131
] }
3232
rustls = { version = "0.23", default-features = false, features = [

0 commit comments

Comments
 (0)