Skip to content

Commit cdf7297

Browse files
authored
Upgrade backend dependencies and base images (#326)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 3fd976f commit cdf7297

File tree

14 files changed

+114
-125
lines changed

14 files changed

+114
-125
lines changed

.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.85.0
18+
toolchain: 1.86.0
1919
components: clippy, rustfmt
2020
- name: Run clippy
2121
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Rust
3131
uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.85.0
33+
toolchain: 1.86.0
3434
- name: Run backend tests
3535
run: cargo test
3636

0 commit comments

Comments
 (0)