Skip to content

Commit 62f2531

Browse files
ci: Update tokio version
1 parent 80f5ecf commit 62f2531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cargo update -p log --precise "0.4.18"
3434
cargo update -p tempfile --precise "3.6.0"
3535
cargo update -p rustls:0.21.6 --precise "0.21.1"
36-
cargo update -p tokio:1.31.0 --precise "1.29.1"
36+
cargo update -p tokio:1.32.0 --precise "1.29.1"
3737
cargo update -p flate2:1.0.27 --precise "1.0.26"
3838
- name: Build
3939
run: cargo build ${{ matrix.features }}

0 commit comments

Comments
 (0)