-
Notifications
You must be signed in to change notification settings - Fork 150
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 hyper version to fix security vulnerability #247
Conversation
It looks like the h2 dependency changed. Is it a problem that we aren't using the h2 fork? |
h2 dependency is still there in the Cargo.lock and the version is locked in the toml file, so I highly doubt it. |
Error below.. @bfjelds any clue what might be going on here? |
I dont know why this started happening, but the solution is here: 2e168fd |
What this PR does / why we need it:
The PR does 2 things:
cargo audit
. This updates it to a version that's compatible with our code && has the issue fixed.Special notes for your reviewer:
N/A
If applicable:
cargo fmt
)cargo build
)cargo clippy
)cargo test
)cargo doc
)./version.sh
)