Skip to content

Commit 7d72469

Browse files
authored
Upgrade dependencies and base images (#1916)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent bbbd02e commit 7d72469

14 files changed

Lines changed: 1288 additions & 974 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.93.1
18+
toolchain: 1.96.1
1919
components: clippy, rustfmt
2020
- name: Run clippy
2121
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Rust
5959
uses: dtolnay/rust-toolchain@master
6060
with:
61-
toolchain: 1.93.1
61+
toolchain: 1.96.1
6262
- name: Run backend tests
6363
run: cargo test
6464

0 commit comments

Comments
 (0)