Skip to content
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 deps #1325

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Update deps #1325

merged 2 commits into from
Sep 11, 2023

Conversation

rukai
Copy link
Member

@rukai rukai commented Sep 5, 2023

I've patched our bigdecimal version as they are unresponsive to a request for a new version.
It is urgent that we work around this as the new version fixes a flaw in their build.rs that causes most of our dependencies to be rebuilt the second time shotover is compiled (particularly annoying in CI and ec2-cargo)
see: akubera/bigdecimal-rs#114

The other dependency upgrades are straightforward, the new version of nix requires that we set the signals feature to get access to the signals API that we use.

@rukai
Copy link
Member Author

rukai commented Sep 5, 2023

ahh blocked on shotover/tokio-bin-process#24 due to nix being part of tokio-bin-process's api

@rukai
Copy link
Member Author

rukai commented Sep 7, 2023

datastax cpp cassandra driver + TLS tests are segfaulting :/
I cannot reproduce the issue locally via cargo nextest run --all-features cassandra_int_tests::source_tls_and_single_tls

I tracked the issue down to an upgrade of the openssl-sys crate, I think its some cursed linking/UB thing, so I'm just going to pin the crate for now.

@rukai rukai force-pushed the update_deps branch 4 times, most recently from d737027 to d08980c Compare September 10, 2023 23:14
@rukai rukai marked this pull request as ready for review September 11, 2023 04:45
@rukai rukai merged commit c001ceb into shotover:main Sep 11, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants