-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update main dependencies #38
base: master
Are you sure you want to change the base?
Conversation
1d5720d
to
49325f3
Compare
|
||
webpki = { version = "0.21", optional = true } | ||
rustls-native-certs = { version = "0.5.0", optional = true } | ||
webpki-roots = { version = "0.21.0", optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope to see this MR merged soon. Currently facing https://rustsec.org/advisories/RUSTSEC-2023-0052 from this.
ping @tafia |
@tafia please consider this change. |
@jselig-rigetti I think for your usecase you should probably look at http-proxy2. I just found that when I published my changes to https://github.com/goto-opensource/hyper-proxy 🙄 😆 |
I'd looked at it, but it has an |
oh boy, there are a bunch of forks of this now 😆 |
About to do the same. |
@wyatt-herkamp feel free to pull from my fork |
@hoodie did you end up publishing? (your fork looks the most mature) |
No because there already is hyper-proxy2 |
We had some issues with hyper-proxy2, also some that would do breaking changes - we created https://github.com/metalbear-co/hyper-http-proxy which is also published to crates. |
Hi there,
I've noticed that some deps are out of date and thought I'd give it a try.
What do you think?