File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
cargo update -p security-framework-sys --precise "2.11.1"
55
55
cargo update -p csv --precise "1.3.0"
56
56
cargo update -p unicode-width --precise "0.1.13"
57
- cargo update -p rustls@0.23.20 --precise "0.23.19"
57
+ cargo update -p rustls@0.23.21 --precise "0.23.19"
58
58
- name : Build
59
59
run : cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
60
60
- name : Test
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ cargo update -p indexmap --precise "2.5.0"
80
80
cargo update -p security-framework-sys --precise " 2.11.1"
81
81
cargo update -p csv --precise " 1.3.0"
82
82
cargo update -p unicode-width --precise " 0.1.13"
83
- cargo update -p rustls@0.23.20 --precise " 0.23.19"
83
+ cargo update -p rustls@0.23.21 --precise " 0.23.19"
84
84
```
85
85
86
86
## License
You can’t perform that action at this time.
0 commit comments