Skip to content

chore(bindings): revert dependency pins#5544

Merged
jmayclin merged 3 commits intoaws:mainfrom
jmayclin:2025-10-03-pin-fix
Oct 5, 2025
Merged

chore(bindings): revert dependency pins#5544
jmayclin merged 3 commits intoaws:mainfrom
jmayclin:2025-10-03-pin-fix

Conversation

@jmayclin
Copy link
Copy Markdown
Contributor

@jmayclin jmayclin commented Oct 3, 2025

Resolved issues:

resolves #5536

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Oct 3, 2025
@jmayclin jmayclin marked this pull request as ready for review October 3, 2025 23:10
@jmayclin jmayclin requested review from goatgoose and jouho October 3, 2025 23:10
regex = "=1.9.6" # newer versions require rust 1.65, see https://github.com/aws/s2n-tls/issues/4242
home = "=0.5.5" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
libloading = "=0.8.8" # newer versions require rust 1.71, see https://github.com/aws/s2n-tls/issues/4395
# newer versions require 1.81
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we create a tracking issue for this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind it, but I also don't think it's actually effective.

When we bumped the version we didn't actually use that tracking issue to fix any of the things 🤷

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I don't have a strong preference, but at least I thought it was nice to be able to see all the (documented) pinned dependencies with a search on github issues

@jmayclin jmayclin added this pull request to the merge queue Oct 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 5, 2025
@jmayclin jmayclin added this pull request to the merge queue Oct 5, 2025
Merged via the queue into aws:main with commit e66f022 Oct 5, 2025
50 checks passed
@jmayclin jmayclin deleted the 2025-10-03-pin-fix branch October 5, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unpin dependencies that are no longer needed

3 participants