chore(deps): bump the cargo-dependencies group across 1 directory with 6 updates#490
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
…h 6 updates Updates the requirements on [axum](https://github.com/tokio-rs/axum), [tower](https://github.com/tower-rs/tower), [tower-http](https://github.com/tower-rs/tower-http), [tower_governor](https://github.com/benwis/tower-governor), [sqlx](https://github.com/launchbadge/sqlx) and [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. Updates `axum` to 0.8.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.0...axum-v0.8.9) Updates `tower` to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.0...tower-0.5.3) Updates `tower-http` to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.6.8) Updates `tower_governor` to 0.8.0 - [Commits](https://github.com/benwis/tower-governor/commits) Updates `sqlx` to 0.8.6 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.7.0...v0.8.6) Updates `thiserror` to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.18) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: sqlx dependency-version: 0.8.6 dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: tower_governor dependency-version: 0.8.0 dependency-type: direct:production dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
849e2cf to
c02c3bd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on axum, tower, tower-http, tower_governor, sqlx and thiserror to permit the latest version.
Updates
axumto 0.8.9Release notes
Sourced from axum's releases.
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
towerto 0.5.3Release notes
Sourced from tower's releases.
Commits
4b0a6b0tower v0.5.32c8524atower v0.5.350fa4b6ci: upgrade deny check to v2 (#847)73febcdfix: Check thatjitteris not NaN instead of finiteness (#843)719ec03chore: Disable unused futures feature (#838)1992ebdchore(util): remove redundant ready! wrapping in poll implementations (#844)21e01e9docs: Resolve document warning (#841)d1b55bedocs: Remove doc_auto_cfg config (#840)9d876c0ci: Update to actions/checkout v5 (#839)a1c277bdocs: correct rng pre-requisite comment (#835)Updates
tower-httpto 0.6.8Release notes
Sourced from tower-http's releases.
Commits
33166c8v0.6.86680160Fix deprecated lints (#608)81b8231ci: Switch cargo-public-api-crates to cargo-check-external-types (#613)1fb0144ci: pin tracing in msrv job (#622)1fe4c09fix(decompression): disablemultiple_membersoption for gzip decoder (#621)3bf1ba7v0.6.7723ca9afix(decompression): Suppress EOF errors caused by decompressing empty body (#...8ab9f82chore(ci): use newer cargo-public-api-crates job (#619)7cfdf76doc: Replace doc_auto_cfg with doc_cfg (#609)50beeafAdd support for custom status code in TimeoutLayer (#599)Updates
tower_governorto 0.8.0Commits
Updates
sqlxto 0.8.6Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
bab1b020.8.6 release (#3870)b27b47cPick default features to fix docs.rs build of sqlx-sqlite (#3840)d335f78Use unnamed statement in pg when not persistent (#3863)760b395fix(macros): don't mutate environment variables (#3848)4259862fix(macros): slightly improve unsupported type error message (#3856)1b94e1dchore(doc): clarify compile-time verification and case conversion behavior (#...92c3845fixattrubutetypo in doc (#3855)3edc619build: drop unusedtempfiledependency (#3830)6b2e024Add color and wrapping to cli help text (#3849)5736ab6chore: clean up no longer used imports (#3845)Updates
thiserrorto 2.0.18Release notes
Sourced from thiserror's releases.
Commits
dc0f6a2Release 2.0.180275292Touch up PR 4433c33bc6Merge pull request #443 from LucaCappelletti94/master995939cReproduce issue 44221653d1Made clippy lifetime allows conditional45e5388Update actions/upload-artifact@v5 -> v6386aac1Update actions/upload-artifact@v4 -> v5ec50561Update actions/checkout@v5 -> v6247eab5Update name of empty_enum clippy lint91b181fRaise required compiler to Rust 1.68