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 5454 cargo update -p security-framework-sys --precise "2.11.1"
5555 cargo update -p csv --precise "1.3.0"
5656 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"
5858 - name : Build
5959 run : cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
6060 - name : Test
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ cargo update -p indexmap --precise "2.5.0"
8080cargo update -p security-framework-sys --precise " 2.11.1"
8181cargo update -p csv --precise " 1.3.0"
8282cargo 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"
8484```
8585
8686## License
You can’t perform that action at this time.
0 commit comments