-
Notifications
You must be signed in to change notification settings - Fork 182
chore(deps): bump the patch-versions group with 6 updates #6125
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
Conversation
Bumps the patch-versions group with 6 updates: | Package | From | To | | --- | --- | --- | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.30` | `0.4.32` | | [axum](https://github.com/tokio-rs/axum) | `0.8.4` | `0.8.5` | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` | | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.10` | `0.4.11` | Updates `async-compression` from 0.4.30 to 0.4.32 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](Nullus157/async-compression@async-compression-v0.4.30...async-compression-v0.4.32) Updates `axum` from 0.8.4 to 0.8.5 - [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.8.4...axum-v0.8.5) Updates `regex` from 1.11.2 to 1.11.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.2...1.11.3) Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `regex-automata` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) --- updated-dependencies: - dependency-name: async-compression dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: axum dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: regex-automata dependency-version: 0.4.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Bumps the patch-versions group with 6 updates:
0.4.300.4.320.8.40.8.51.11.21.11.31.0.2261.0.2282.0.162.0.170.4.100.4.11Updates
async-compressionfrom 0.4.30 to 0.4.32Commits
b79f66dchore: release (#389)15eb2e1Use io::ErrorKind::OutOfMemory for xz2/bzip2 codecs (#387)fcd9e87chore(async-compression): release v0.4.31 (#386)4ebce39Flush compressed data out of encoders more often (#383)Updates
axumfrom 0.8.4 to 0.8.5Release notes
Sourced from axum's releases.
Commits
a1d22f6Release axum 0.8.5 and related cratesad2fd5bUpdate changelogsa0692f9Reject JSON bodies with trailing chars (#3453)ae80850Update to cargo-deny api version 2 (#3475)651cc1eRemove unused link def6529158Bump Cargo.lock1a7460cci: Also run for release branchescb8670aUpdate to tokio-tungstenite 0.28 (#3497)0c66493axum-extra: Remove unused tower dependency (#3486)6f1ed5eSpelling misstake in Using closure capture (#3481)Updates
regexfrom 1.11.2 to 1.11.3Changelog
Sourced from regex's changelog.
Commits
ef1c2c31.11.3ad5cd6cdeps: bump regex-automataee69d9echangelog: 1.11.3159fa3eregex-automata-0.4.1102a62baautomata: callVec::shrink_to_fitin a few strategic placesa76e0a0cargo: excludetests/fuzzfrom the package19172ccstyle: inline formatting arguments2695e29ci: fix cross testingUpdates
serdefrom 1.0.226 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
thiserrorfrom 2.0.16 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
regex-automatafrom 0.4.10 to 0.4.11Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions