Skip to content

Commit afc4d35

Browse files
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 6e28ea3 commit afc4d35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Install toolchain
3131
uses: dtolnay/rust-toolchain@v1
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Check out repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: Install toolchain
5050
uses: dtolnay/rust-toolchain@v1
5151
with:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ zstd = { version = "0.13.2", optional = true }
2424
canon-json = "0.2.0"
2525

2626
[dev-dependencies]
27-
anyhow = "1.0.89"
28-
cap-tempfile = "3.3.0"
27+
anyhow = "=1.0.89"
28+
cap-tempfile = "=3.3.0"
2929

3030
[features]
3131
zstd = ["dep:zstd"]

0 commit comments

Comments
 (0)