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

chore(shuttle-salvo): bump salvo version #1953

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

jonaro00
Copy link
Member

@jonaro00 jonaro00 commented Jan 9, 2025

updated examples on develop branch

@jonaro00 jonaro00 linked an issue Jan 9, 2025 that may be closed by this pull request
1 task
@jonaro00 jonaro00 merged commit bd6d7cb into shuttle-hq:main Jan 9, 2025
0 of 25 checks passed
@jonaro00 jonaro00 deleted the bump-salvo branch January 9, 2025 17:39
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Updates the Salvo web framework dependency from 0.63.0 to 0.75.0 in the shuttle-salvo service integration.

  • Major version bump of salvo from 0.63.0 to 0.75.0 in services/shuttle-salvo/Cargo.toml requires careful testing for breaking changes
  • Examples have been updated separately on develop branch but are not included in this PR
  • Recommend reviewing Salvo's changelog between versions for any API changes that may affect users

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

@@ -10,5 +10,5 @@ keywords = ["shuttle-service", "salvo"]
[workspace]

[dependencies]
salvo = "0.63.0"
salvo = "0.75.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

style: Consider pinning to a specific minor version (e.g. '=0.75.0') to prevent unexpected updates

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.

[Improvement]: bump salvo from v0.63 to v0.75
1 participant