chore: bump the patch group across 1 directory with 8 updates#6014
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the patch group across 1 directory with 8 updates#6014dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.32` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | | [postgres](https://github.com/rust-postgres/rust-postgres) | `0.19.10` | `0.19.12` | | [mdbook-core](https://github.com/rust-lang/mdBook) | `0.5.2` | `0.5.3` | | [mdbook-preprocessor](https://github.com/rust-lang/mdBook) | `0.5.2` | `0.5.3` | Updates `log` from 0.4.29 to 0.4.32 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.32) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `regex` from 1.12.3 to 1.12.4 - [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.12.3...1.12.4) Updates `postgres` from 0.19.10 to 0.19.12 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@postgres-v0.19.10...postgres-v0.19.12) Updates `mdbook-core` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/rust-lang/mdBook/releases) - [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md) - [Commits](rust-lang/mdBook@v0.5.2...v0.5.3) Updates `mdbook-preprocessor` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/rust-lang/mdBook/releases) - [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md) - [Commits](rust-lang/mdBook@v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: syn dependency-version: 2.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: postgres dependency-version: 0.19.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mdbook-core dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mdbook-preprocessor dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the patch group with 8 updates in the / directory:
0.4.290.4.321.0.1491.0.1502.0.1172.0.1180.4.440.4.451.12.31.12.40.19.100.19.120.5.20.5.30.5.20.5.3Updates
logfrom 0.4.29 to 0.4.32Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
a5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-support20b3b05drop cfg-feature=kv as it is already met7bc1200kv::std_support may not need value-bag5808392Merge pull request #728 from rust-lang/cargo/0.4.3186d739fprepare for 0.4.31 releasec906cfbMerge pull request #727 from tisonkun/leverage-static-str-key-when-possible756c279leverage str literal as well3dd250drename Key::from_static_str to from_str_staticUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
synfrom 2.0.117 to 2.0.118Release notes
Sourced from syn's releases.
Commits
f033ef1Release 2.0.11845f65f7Wrap long lint attributesb3f9bf8Mirror PR 1975 from readme to crate-level rustdoc97dc117Wrap PR 1975 to 80 columns0085b7aLintrepr_transparent_non_zst_fieldshas been removed9fc1c9dUpdate test suite to nightly-2026-06-12504bcc7Update test suite to nightly-2026-06-09353d20bUpdate test suite to nightly-2026-06-06f257a16Update test suite to nightly-2026-05-25b706e6eUpdate test suite to nightly-2026-05-13Updates
chronofrom 0.4.44 to 0.4.45Release notes
Sourced from chrono's releases.
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6Updates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.
Commits
7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searches839d16bregex-syntax-0.8.10c4865a0syntax: fix negation handling in HIR translationd8761c0cargo: also includebenchesUpdates
postgresfrom 0.19.10 to 0.19.12Release notes
Sourced from postgres's releases.
Commits
81d39c5Release postgres v0.19.124737438Release tokio-postgres v0.7.156ed4781Release postgres-types v0.2.1187ef8adMerge pull request #1278 from razein97/master628a696Merge pull request #1280 from rust-postgres/paolobarbolini/check_connection-d...f34ed1bMerge pull request #1262 from CobaltCause/push-sswwslomtkmmc5d3442fix an Error/Display implbbd1301Merge pull request #1282 from rust-postgres/paolobarbolini/futures-util-no-de...153b86eMerge pull request #1281 from rust-postgres/paolobarbolini/pg-18e128d4cfeat: disable default features offutures-utilforpostgresUpdates
mdbook-corefrom 0.5.2 to 0.5.3Release notes
Sourced from mdbook-core's releases.
Changelog
Sourced from mdbook-core's changelog.
Commits
0ea4158Merge pull request #3123 from ehuss/bump-version9ec0628Bump to 0.5.3c79580aMerge pull request #3122 from ehuss/sidebar-heading-spacing5a946aeImprove spacing in sidebar section headings4f5b487Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls1e04de7Merge pull request #3084 from tonywu6/masterb4e6748Update crates/mdbook-html/front-end/searcher/searcher.js9190b5dMerge pull request #3087 from ehuss/limit-global-keypress4fb647cFix global keypress handling with shadow DOM elementsc5c31bbFix global keypress handler with the ACE editorUpdates
mdbook-preprocessorfrom 0.5.2 to 0.5.3Release notes
Sourced from mdbook-preprocessor's releases.
Changelog
Sourced from mdbook-preprocessor's changelog.
Commits
0ea4158Merge pull request #3123 from ehuss/bump-version9ec0628Bump to 0.5.3c79580aMerge pull request #3122 from ehuss/sidebar-heading-spacing5a946aeImprove spacing in sidebar section headings4f5b487Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls1e04de7Merge pull request #3084 from tonywu6/masterb4e6748Update crates/mdbook-html/front-end/searcher/searcher.js9190b5dMerge pull request #3087 from ehuss/limit-global-keypress4fb647cFix global keypress handling with shadow DOM elementsc5c31bbFix global keypress handler with the ACE editorDependabot 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 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