File tree 3 files changed +475
-165
lines changed
3 files changed +475
-165
lines changed Original file line number Diff line number Diff line change 56
56
cargo update -p hashlink --precise 0.8.0
57
57
cargo update -p tempfile --precise 3.6.0
58
58
cargo update -p base64ct --precise 1.5.3
59
- cargo update -p flate2 --precise 1.0.26
60
- cargo update -p h2:0.3.21 --precise 0.3.20
61
- cargo update -p reqwest:0.11.22 --precise 0.11.18
62
- cargo update -p tokio:1.33.0 --precise 1.29.1
63
- cargo update -p tokio-util:0.7.9 --precise 0.7.8
64
- cargo update -p rustls --precise 0.20.8
65
- cargo update -p byteorder --precise "1.4.3"
66
- cargo update -p webpki --precise 0.22.2
67
59
cargo update -p cc --precise 1.0.81
68
- cargo update -p os_str_bytes --precise 6.5.1
69
- cargo update -p jobserver --precise 0.1.26
70
-
60
+ cargo update -p tokio:1.33.0 --precise 1.29.1
61
+ cargo update -p flate2 --precise 1.0.26
71
62
72
63
- name : Build
73
64
run : cargo build --no-default-features --features repl,${{ matrix.features }}
You can’t perform that action at this time.
0 commit comments