Skip to content

Commit

Permalink
ci: fix dependencies for MSRV 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Sep 21, 2023
1 parent 5cc9dd4 commit 6cbe347
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2,886 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
cargo update -p tempfile --precise 3.6.0
cargo update -p base64ct --precise 1.5.3
cargo update -p cc --precise 1.0.81
cargo update -p tokio --precise 1.29.1
cargo update -p flate2 --precise 1.0.26
cargo update -p reqwest --precise "0.11.18"
cargo update -p h2 --precise "0.3.20"
cargo update -p rustls --precise "0.20.8"
cargo update -p flate2 --precise 1.0.26
cargo update -p h2:0.3.21 --precise "0.3.20"
cargo update -p reqwest:0.11.20 --precise "0.11.18"
cargo update -p tokio:1.32.0 --precise 1.29.1
cargo update -p tokio-util:0.7.9 --precise 0.7.8
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }}
- name: Clippy
Expand Down
Loading

0 comments on commit 6cbe347

Please sign in to comment.