Skip to content

Commit d4bce0e

Browse files
authored
Upgrade dependencies and base images (#700)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 6b21cff commit d4bce0e

4 files changed

Lines changed: 258 additions & 70 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.0
18+
toolchain: 1.93.1
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.93.0
33+
toolchain: 1.93.1
3434
- name: Run backend tests
3535
run: cargo test

0 commit comments

Comments
 (0)