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

feat: bump to axum 0.7 #16

Merged
merged 1 commit into from
Apr 15, 2024
Merged

feat: bump to axum 0.7 #16

merged 1 commit into from
Apr 15, 2024

Conversation

chris13524
Copy link
Member

@chris13524 chris13524 commented Apr 4, 2024

Description

Bumps to the latest axum version and related dependencies. Involves some minor breaking changes. Necessary for the rennovatebot PR on Notify Server: WalletConnect/notify-server#467

How Has This Been Tested?

Existing tests and in WalletConnect/notify-server#467

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 self-assigned this Apr 4, 2024
@chris13524 chris13524 marked this pull request as ready for review April 8, 2024 20:32
@@ -37,7 +37,7 @@ profiler = ["alloc/profiler"]
rate_limit = ["dep:rate_limit"]

[workspace.dependencies]
aws-sdk-s3 = "1.13"
aws-sdk-s3 = "1.21.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we remove the patch version number and use only 1.21?

Copy link
Member Author

@chris13524 chris13524 Apr 8, 2024

Choose a reason for hiding this comment

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

Rust dependency resolution allows higher patch versions to be compatible with lower ones, which I think is your concern.

This is setting a minimum version which was copy/pasted from crates.io and so should be OK to do. Setting to a lower version would be lying about which versions you've tested with as Cargo.lock is initially set to the latest version. More details here

@chris13524 chris13524 merged commit dfb9d59 into main Apr 15, 2024
7 checks passed
@chris13524 chris13524 deleted the feat/axum-0.7 branch April 15, 2024 11:43
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.

2 participants