Skip to content

chore: bump the patch group across 1 directory with 8 updates#6014

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-133b0add04
Open

chore: bump the patch group across 1 directory with 8 updates#6014
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-133b0add04

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 8 updates in the / directory:

Package From To
log 0.4.29 0.4.32
serde_json 1.0.149 1.0.150
syn 2.0.117 2.0.118
chrono 0.4.44 0.4.45
regex 1.12.3 1.12.4
postgres 0.19.10 0.19.12
mdbook-core 0.5.2 0.5.3
mdbook-preprocessor 0.5.2 0.5.3

Updates log from 0.4.29 to 0.4.32

Release notes

Sourced from log's releases.

0.4.32

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

0.4.31

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.32] - 2026-06-04

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

[0.4.31] - 2026-06-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • a5b5b21 Merge pull request #730 from rust-lang/cargo/0.4.32
  • c8d3b12 prepare for 0.4.32 release
  • ce6cd9f Merge pull request #729 from tisonkun/kv-std-support
  • 20b3b05 drop cfg-feature=kv as it is already met
  • 7bc1200 kv::std_support may not need value-bag
  • 5808392 Merge pull request #728 from rust-lang/cargo/0.4.31
  • 86d739f prepare for 0.4.31 release
  • c906cfb Merge pull request #727 from tisonkun/leverage-static-str-key-when-possible
  • 756c279 leverage str literal as well
  • 3dd250d rename Key::from_static_str to from_str_static
  • Additional commits viewable in compare view

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates syn from 2.0.117 to 2.0.118

Release notes

Sourced from syn's releases.

2.0.118

  • Documentation improvements
Commits
  • f033ef1 Release 2.0.118
  • 45f65f7 Wrap long lint attributes
  • b3f9bf8 Mirror PR 1975 from readme to crate-level rustdoc
  • 97dc117 Wrap PR 1975 to 80 columns
  • 0085b7a Lint repr_transparent_non_zst_fields has been removed
  • 9fc1c9d Update test suite to nightly-2026-06-12
  • 504bcc7 Update test suite to nightly-2026-06-09
  • 353d20b Update test suite to nightly-2026-06-06
  • f257a16 Update test suite to nightly-2026-05-25
  • b706e6e Update test suite to nightly-2026-05-13
  • Additional commits viewable in compare view

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates regex from 1.12.3 to 1.12.4

Changelog

Sourced from regex's changelog.

1.12.4 (2025-06-09)

This release includes a performance optimization for compilation of regexes with very large character classes.

Improvements:

  • #1308: Avoid re-canonicalizing the entire interval set when pushing new class ranges.
Commits
  • 7b96fdc 1.12.4
  • 7b89cf0 deps: update to regex-syntax 0.8.11
  • 1401679 regex-syntax-0.8.11
  • d709000 changelog: 1.12.4
  • 9825c74 syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
  • a7f2ff6 docs: clarify regex-lite word boundaries
  • 2c7b172 docs: clarify unsupported Anchored::Pattern searches
  • 839d16b regex-syntax-0.8.10
  • c4865a0 syntax: fix negation handling in HIR translation
  • d8761c0 cargo: also include benches
  • Additional commits viewable in compare view

Updates postgres from 0.19.10 to 0.19.12

Release notes

Sourced from postgres's releases.

postgres v0.19.12

Added

  • Added Client::check_connection API.

Changed

  • Improved the effectiveness of Client::is_closed.
  • Disabled default features of futures-util.

postgres v0.19.11

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
Commits
  • 81d39c5 Release postgres v0.19.12
  • 4737438 Release tokio-postgres v0.7.15
  • 6ed4781 Release postgres-types v0.2.11
  • 87ef8ad Merge pull request #1278 from razein97/master
  • 628a696 Merge pull request #1280 from rust-postgres/paolobarbolini/check_connection-d...
  • f34ed1b Merge pull request #1262 from CobaltCause/push-sswwslomtkmm
  • c5d3442 fix an Error/Display impl
  • bbd1301 Merge pull request #1282 from rust-postgres/paolobarbolini/futures-util-no-de...
  • 153b86e Merge pull request #1281 from rust-postgres/paolobarbolini/pg-18
  • e128d4c feat: disable default features of futures-util for postgres
  • Additional commits viewable in compare view

Updates mdbook-core from 0.5.2 to 0.5.3

Release notes

Sourced from mdbook-core's releases.

v0.5.3

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-053 for a complete list of changes.

Changelog

Sourced from mdbook-core's changelog.

mdBook 0.5.3

v0.5.2...v0.5.3

Changed

Fixed

  • The "current" page highlighting in the sidebar now handles servers that redirect and strip the .html extension. #3028
  • Remove ?highlight= from URL when highlights are dismissed via clicking. #3084
  • Fix global keypresses triggering when other elements are in focus. #3087
  • Fix download URL format for mdBook in CI guide. #3073
  • Improve error message for invalid Font Awesome icons. #3037
  • Fix nested admonitions that use wrong header colors. #3035
Commits
  • 0ea4158 Merge pull request #3123 from ehuss/bump-version
  • 9ec0628 Bump to 0.5.3
  • c79580a Merge pull request #3122 from ehuss/sidebar-heading-spacing
  • 5a946ae Improve spacing in sidebar section headings
  • 4f5b487 Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls
  • 1e04de7 Merge pull request #3084 from tonywu6/master
  • b4e6748 Update crates/mdbook-html/front-end/searcher/searcher.js
  • 9190b5d Merge pull request #3087 from ehuss/limit-global-keypress
  • 4fb647c Fix global keypress handling with shadow DOM elements
  • c5c31bb Fix global keypress handler with the ACE editor
  • Additional commits viewable in compare view

Updates mdbook-preprocessor from 0.5.2 to 0.5.3

Release notes

Sourced from mdbook-preprocessor's releases.

v0.5.3

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-053 for a complete list of changes.

Changelog

Sourced from mdbook-preprocessor's changelog.

mdBook 0.5.3

v0.5.2...v0.5.3

Changed

Fixed

  • The "current" page highlighting in the sidebar now handles servers that redirect and strip the .html extension. #3028
  • Remove ?highlight= from URL when highlights are dismissed via clicking. #3084
  • Fix global keypresses triggering when other elements are in focus. #3087
  • Fix download URL format for mdBook in CI guide. #3073
  • Improve error message for invalid Font Awesome icons. #3037
  • Fix nested admonitions that use wrong header colors. #3035
Commits
  • 0ea4158 Merge pull request #3123 from ehuss/bump-version
  • 9ec0628 Bump to 0.5.3
  • c79580a Merge pull request #3122 from ehuss/sidebar-heading-spacing
  • 5a946ae Improve spacing in sidebar section headings
  • 4f5b487 Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls
  • 1e04de7 Merge pull request #3084 from tonywu6/master
  • b4e6748 Update crates/mdbook-html/front-end/searcher/searcher.js
  • 9190b5d Merge pull request #3087 from ehuss/limit-global-keypress
  • 4fb647c Fix global keypress handling with shadow DOM elements
  • c5c31bb Fix global keypress handler with the ACE editor
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants