File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 32
32
run : |
33
33
cargo update -p log --precise "0.4.18"
34
34
cargo update -p tempfile --precise "3.6.0"
35
- cargo update -p rustls:0.21.6 --precise "0.21.1"
35
+ cargo update -p rustls:0.21.7 --precise "0.21.1"
36
+ cargo update -p rustls:0.20.9 --precise "0.20.8"
36
37
cargo update -p tokio:1.32.0 --precise "1.29.1"
37
38
cargo update -p flate2:1.0.27 --precise "1.0.26"
38
39
cargo update -p reqwest --precise "0.11.18"
Original file line number Diff line number Diff line change @@ -64,13 +64,15 @@ This library should compile with any combination of features with Rust 1.57.0.
64
64
65
65
To build with the MSRV you will need to pin dependencies as follows:
66
66
67
- ```
67
+ ``` shell
68
68
# log 0.4.19 has MSRV 1.60.0+
69
69
cargo update -p log --precise " 0.4.18"
70
70
# tempfile 3.7.0 has MSRV 1.63.0+
71
71
cargo update -p tempfile --precise " 3.6.0"
72
72
# rustls 0.21.2 has MSRV 1.60.0+
73
- cargo update -p rustls:0.21.6 --precise "0.21.1"
73
+ cargo update -p rustls:0.21.7 --precise " 0.21.1"
74
+ # rustls 0.20.9 has MSRV 1.60.0+
75
+ cargo update -p rustls:0.20.9 --precise " 0.20.8"
74
76
# tokio 1.30 has MSRV 1.63.0+
75
77
cargo update -p tokio:1.32.0 --precise " 1.29.1"
76
78
# flate2 1.0.27 has MSRV 1.63.0+
You can’t perform that action at this time.
0 commit comments