You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is possible to fix on our side, but the recursive dependency on OpenSSL v0.7.14 is breaking the windows build with the error log attached below.
This appears to be an old bug in rust-openssl, since building v0.7.14 causes the same error, but building v0.8.0 or newer works fine.
Is it possible to upgrade this locally, or do we need to wait for our dependencies to upgrade? I'm not entirely certain how Cargo works here.
The following dependencies currently depend on openssl v0.7.14: cookie, hyper, openssl-verify.
Hm, I think we might need to wait for them to update... What happens if you blow away the Cargo.locks on the tasks which use these? (Can probably just blow away all Cargo.locks to test.)
I dug a little further, and even if hyper upgrades, cookie hasn't released a version that depends on openssl v0.8.0 yet (though the change is already in the dev tree).
Not sure if this is possible to fix on our side, but the recursive dependency on OpenSSL v0.7.14 is breaking the windows build with the error log attached below.
This appears to be an old bug in
rust-openssl
, since building v0.7.14 causes the same error, but building v0.8.0 or newer works fine.Is it possible to upgrade this locally, or do we need to wait for our dependencies to upgrade? I'm not entirely certain how Cargo works here.
The following dependencies currently depend on openssl v0.7.14:
cookie
,hyper
,openssl-verify
.The text was updated successfully, but these errors were encountered: