Skip to content

Commit 1aeb466

Browse files
committed
fix(ci): pin native-tls to 0.2.13
1 parent 8f49c84 commit 1aeb466

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
cargo update -p tokio-util --precise "0.7.11"
6363
cargo update -p indexmap --precise "2.5.0"
6464
cargo update -p security-framework-sys --precise "2.11.1"
65+
cargo update -p native-tls --precise "0.2.13"
6566
- name: Build
6667
run: cargo build --features ${{ matrix.features }} --no-default-features
6768
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ cargo update -p tokio --precise "1.38.1"
2727
cargo update -p tokio-util --precise "0.7.11"
2828
cargo update -p indexmap --precise "2.5.0"
2929
cargo update -p security-framework-sys --precise "2.11.1"
30+
cargo update -p native-tls --precise "0.2.13"
3031
```

0 commit comments

Comments
 (0)