Skip to content

Take semver-compatible dependency updates#649

Open
djc wants to merge 3 commits into
mainfrom
update-deps
Open

Take semver-compatible dependency updates#649
djc wants to merge 3 commits into
mainfrom
update-deps

Conversation

@djc

@djc djc commented Jun 22, 2026

Copy link
Copy Markdown
Member

No description provided.

@djc djc requested review from cpu and ctz June 22, 2026 13:31
@cpu

cpu commented Jun 22, 2026

Copy link
Copy Markdown
Member

I think you need to bump rustls separately (and match the build.rs) because it's a = dep in librustls:

# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
rustls = { version = "=0.23.39", default-features = false, features = ["std", "tls12"] }

@ctz

ctz commented Jun 23, 2026

Copy link
Copy Markdown
Member

rustls-ffi / Miri (pull_request)Failing after 9m

This actually comes from the rustls update (specifically rustls/rustls@a612901). Basically ~all of aws-lc-rs public API requires some FFI code, and now this test (via the above commit) calls into aws-lc-rs earlier.

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