Skip to content

Commit 8e5a7c6

Browse files
committed
chore: Revert rustls pin dependency
The recent release of `rustls` (0.23.19) reverts it's MSRV to 1.63 so the pin is no longer necessary.
1 parent bf42562 commit 8e5a7c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/cont_integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
cargo update -p tokio-util --precise "0.7.11"
5252
cargo update -p indexmap --precise "2.5.0"
5353
cargo update -p security-framework-sys --precise "2.11.1"
54-
cargo update -p [email protected] --precise "0.23.17"
5554
- name: Build
5655
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
5756
- name: Test

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ cargo update -p tokio --precise "1.38.1"
7878
cargo update -p tokio-util --precise "0.7.11"
7979
cargo update -p indexmap --precise "2.5.0"
8080
cargo update -p security-framework-sys --precise "2.11.1"
81-
cargo update -p [email protected] --precise "0.23.17"
8281
```
8382

8483
## License

0 commit comments

Comments
 (0)