Skip to content

Commit 8e7eafb

Browse files
authored
Upgrade dependencies and base images (#628)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 9b4063c commit 8e7eafb

5 files changed

Lines changed: 62 additions & 118 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Rust
1616
uses: dtolnay/rust-toolchain@master
1717
with:
18-
toolchain: 1.86.0
18+
toolchain: 1.87.0
1919
components: clippy, rustfmt
2020
- name: Run clippy
2121
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -30,6 +30,6 @@ jobs:
3030
- name: Setup Rust
3131
uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.86.0
33+
toolchain: 1.87.0
3434
- name: Run backend tests
3535
run: cargo test

0 commit comments

Comments
 (0)