ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

Updates necessary for ngrok-rust 0.14.0 #47

Closed bobzilladev closed 9 months ago

bobzilladev commented 10 months ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

bobzilladev commented 9 months ago

Turned out to need this ngrok-rust change to keep using the rustls dependency, and not try and build native openssl-sys, which fails on the more esoteric platforms. https://github.com/ngrok/ngrok-rust/pull/114