Skip to content

Commit b739cc1

Browse files
authored
update dependencies (#18)
* update dependencies * better rustls error messages * use x509 v3 (2008) certificates x509 v1 (1988) is not supported by the latest rustls and is not used in practice * fix hostname error handling in NoHostnameTlsVerifier rustls 0.23 introduced a new variant for hostname mismatch errors
1 parent 438f815 commit b739cc1

File tree

8 files changed

+795
-431
lines changed

8 files changed

+795
-431
lines changed

.cursorignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
2+
!tests/**/*.crt
3+
!tests/**/*.key

0 commit comments

Comments
 (0)