Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps the patches group with 37 updates in the / directory:

Package From To
rmp-serde 1.3.0 1.3.1
rmpv 1.3.0 1.3.1
async-compression 0.4.30 0.4.33
bollard 0.19.2 0.19.4
governor 0.10.1 0.10.4
h2 0.4.12 0.4.13
hostname 0.4.0 0.4.2
maxminddb 0.27.0 0.27.1
openssl 0.10.73 0.10.75
postgres-openssl 0.5.1 0.5.2
roaring 0.11.2 0.11.3
tikv-jemallocator 0.6.0 0.6.1
typetag 0.2.20 0.2.21
openssl-src 300.5.2+3.5.2 300.5.4+3.5.4
anyhow 1.0.99 1.0.100
cfg-if 1.0.3 1.0.4
chrono 0.4.41 0.4.42
flate2 1.1.2 1.1.5
indoc 2.0.6 2.0.7
libc 0.2.175 0.2.180
semver 1.0.26 1.0.27
toml 0.9.8 0.9.10+spec-1.1.0
memchr 2.7.5 2.7.6
bstr 1.12.0 1.12.1
log 0.4.28 0.4.29
memmap2 0.9.8 0.9.9
proc-macro2 1.0.101 1.0.105
quote 1.0.40 1.0.43
syn 2.0.106 2.0.114
parking_lot 0.12.4 0.12.5
ryu 1.0.20 1.0.22
schannel 0.1.27 0.1.28
noisy_float 0.2.0 0.2.1
web-sys 0.3.77 0.3.83
indicatif 0.18.0 0.18.3
owo-colors 4.2.2 4.2.3
git2 0.20.2 0.20.3

Updates rmp-serde from 1.3.0 to 1.3.1

Commits

Updates rmpv from 1.3.0 to 1.3.1

Commits

Updates async-compression from 0.4.30 to 0.4.33

Commits

Updates bollard from 0.19.2 to 0.19.4

Release notes

Sourced from bollard's releases.

Release v0.19.4

Full Changelog: fussybeaver/bollard@v0.19.3...v19.4

#597 Fix buildkit_providerless hotfix (thanks @​DDtKey )

Release v0.19.3

What's Changed

New Contributors

Full Changelog: fussybeaver/bollard@v0.19.2...v0.19.3

Commits
  • 05b5bd8 chore: Bump release v0.19.4
  • c20d5b4 Merge pull request #597 from DDtKey/fix/providerless-session
  • 3fb8d24 Merge pull request #591 from fussybeaver/ND/release-v0.19.3
  • 0995961 chore: Bump release v0.19.3
  • 30814fc docs: Add README section on buildkit_providerless
  • 1c7849e Merge pull request #590 from mbodmer/fix-buildkit-feature-not-providerless
  • c24acc5 build: buildkit should not depending on rustls provider by default
  • 63b21fd Merge pull request #588 from fussybeaver/dependabot/docker/rust-1.90.0-slim
  • 96314f5 build(deps): bump rust from 1.88.0-slim to 1.90.0-slim
  • f6e7c9b Merge pull request #587 from kailan/pipe-only
  • Additional commits viewable in compare view

Updates governor from 0.10.1 to 0.10.4

Commits
  • 9f3a79d Merge pull request #291 from boinkor-net/release/governor/0.10.4
  • 9010ee9 Update Changelog
  • 2351660 Release 0.10.4 🎉🎉
  • 61b1754 Merge pull request #290 from boinkor-net/push-pnoqtmytrrpz
  • 1bdc26d Use feature(doc_cfg) instead of feature(doc_auto_cfg) for docsrs
  • 296018b chore: Update ci_rust.yml in governor
  • a29466c chore: Update release_pr_for_crates_io.yml in governor
  • 78a3be2 chore: Update release_to_crates_io.yml in governor
  • 1c5840c Merge pull request #289 from boinkor-net/release/governor/0.10.3
  • fff7f37 Update Changelog for release
  • Additional commits viewable in compare view

Updates h2 from 0.4.12 to 0.4.13

Release notes

Sourced from h2's releases.

v0.4.13

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.12...v0.4.13

Changelog

Sourced from h2's changelog.

0.4.13 (January 5, 2026)

  • Add support for 1xx informational responses on client and server side.
  • Fix auto-releasing of padding bytes of DATA frames for flow control windows.
  • Fix to stop assigning capacity to pending streams which can't use it yet.
  • Fix tracing to not grab the parent for the connection span.
Commits

Updates hostname from 0.4.0 to 0.4.2

Release notes

Sourced from hostname's releases.

0.4.2

What's Changed

v0.4.1

What's Changed

Commits
  • c697709 Drop unsupported mips targets
  • fedf49b Add Dependabot config
  • 78bd371 Use separate job for MSRV checks
  • ed1ace4 Upgrade to windows-bindgen 0.65
  • 5682e0c Enable codegen tests on non-Windows platforms
  • fc4492a Drop explicit html_root_url
  • e3687ed Remove CHANGELOG.md in favor of GitHub Releases
  • ad7ef34 Update version in Cargo.lock
  • ef9e3c4 Release 0.4.2
  • 673020f Bump windows-link dependency 0.2
  • Additional commits viewable in compare view

Updates maxminddb from 0.27.0 to 0.27.1

Release notes

Sourced from maxminddb's releases.

0.27.1

  • Performance improvement: Skipped UTF-8 validation for map keys during deserialization. This significantly speeds up full record decoding by treating keys as raw bytes when matching against struct fields.
  • Performance improvement: Optimized tree traversal by reducing bounds checks during node reading.
Changelog

Sourced from maxminddb's changelog.

0.27.1 - 2025-12-18

  • Performance improvement: Skipped UTF-8 validation for map keys during deserialization. This significantly speeds up full record decoding by treating keys as raw bytes when matching against struct fields.
  • Performance improvement: Optimized tree traversal by reducing bounds checks during node reading.
Commits
  • c04068a Prepare v0.27.1 release
  • d97777f Add .claude to .gitignore
  • 4f2432b Merge pull request #105 from oschwald/greg/optimize
  • 5dfedbc Prepare for 0.27.1
  • c4da8eb style: Silence dead_code warning for PartialRead struct
  • e19d443 Skipping UTF-8 validation for map keys
  • f7dcb5f Optimize read_node with slice indexing to reduce bounds checks
  • a96dc7a Optimize decode_path by skipping UTF-8 validation for map keys
  • ffd065c Merge pull request #103 from oschwald/dependabot/github_actions/actions/check...
  • fd9c9a6 Merge pull request #104 from oschwald/dependabot/github_actions/github/codeql...
  • Additional commits viewable in compare view

Updates openssl from 0.10.73 to 0.10.75

Release notes

Sourced from openssl's releases.

openssl-v0.10.75

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75

openssl-v0.10.74

What's Changed

... (truncated)

Commits
  • 09b90d0 Merge pull request #2518 from alex/bump-for-release
  • 26533f3 Release openssl v0.10.75 and openssl-sys v0.9.111
  • 395ecca Merge pull request #2517 from alex/claude/fix-ocsp-find-status-011CUqcGFNKeKJ...
  • cc26867 Fix unsound OCSP find_status handling of optional next_update field
  • 95aa8e8 Merge pull request #2513 from botovq/libressl-stable
  • e735a32 CI: bump LibreSSL 4.x branches to latest releases
  • 21ab91d Merge pull request #2510 from huwcbjones/huw/sys/evp-mac
  • d9161dc sys/evp: add EVP_MAC symbols
  • 3fd4bf2 Merge pull request #2508 from goffrie/oaep-label
  • 52022fd Implement set_rsa_oaep_label for AWS-LC/BoringSSL
  • Additional commits viewable in compare view

Updates postgres-openssl from 0.5.1 to 0.5.2

Release notes

Sourced from postgres-openssl's releases.

postgres-openssl v0.5.2

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
Commits
  • 6226d7c Release postgres-openssl v0.5.2
  • 53a929e Release tokio-postgres v0.7.14
  • 683a306 Release postgres-types v0.2.10
  • cb2ba1c Release postgres-protocol v0.6.9
  • a6a0d53 Release postgres-derive v0.4.7
  • 429b76b Merge pull request #1275 from rust-postgres/paolobarbolini/switch-to-dtolnay-...
  • 6add4c2 chore(ci): switch to dtolnay/rust-toolchain
  • 8364bb2 Merge pull request #1274 from rust-postgres/paolobarbolini/regen-sql-state-map
  • 6811c01 chore(tokio-postgres): regenerate SQLSTATE_MAP
  • dfcb6af Merge pull request #1248 from duarten/duarte/fallible-rexport
  • Additional commits viewable in compare view

Updates roaring from 0.11.2 to 0.11.3

Release notes

Sourced from roaring's releases.

v0.11.3

What's Changed

Full Changelog: RoaringBitmap/roaring-rs@v0.11.2...v0.11.3

Commits
  • 6a4dda2 Merge pull request #342 from RoaringBitmap/bump-version
  • d28fc94 Make clippy happy
  • d51ffd0 Bump MSRV to v1.82.0
  • 342e9ff Bump version to v0.11.3
  • ad96740 Merge pull request #338 from Dr-Emann/iter_next_range
  • d9114be Fix documentation of the last_contiguous_range_len function
  • 7bf690c feat: Iter::next_range and next_range_back
  • 6e32e86 Merge pull request #339 from Dr-Emann/push-vovoqlvsypkl
  • 136b8f1 fix: bitmap advance_back_to could violate invariants
  • See full diff in compare view

Updates tikv-jemallocator from 0.6.0 to 0.6.1

Release notes

Sourced from tikv-jemallocator's releases.

0.6.1

  • Fix compiler and clippy warnings (#105)
  • Add feature disable_cache_oblivious to jemallocator re-exports (#104)
  • Document JEMALLOC_OVERRIDE (#107)
  • Harden strerror_r function detection (#117)
  • Respect jobserver set by Cargo (#120)
  • Make unprefixed consistently override the system allocator (#109)
    • Adds new Cargo feature override_allocator_on_supported_platforms.
  • cat the entire config.log (#142)
Changelog

Sourced from tikv-jemallocator's changelog.

0.6.1 - 2025-10-15

  • Fix compiler and clippy warnings (#105)
  • Add feature disable_cache_oblivious to jemallocator re-exports (#104)
  • Document JEMALLOC_OVERRIDE (#107)
  • Harden strerror_r function detection (#117)
  • Respect jobserver set by Cargo (#120)
  • Make unprefixed consistently override the system allocator (#109)
    • Adds new Cargo feature override_allocator_on_supported_platforms.
  • cat the entire config.log (#142)
Commits
  • df5934f jemalloc-sys/jemalloc-ctl/jemallocator: bump 0.6.1 (#147)
  • 009e71f cat the entire config.log (#142)
  • 925d696 Make unprefixed consistently override the system allocator (#109)
  • 5c5a9f7 Respect jobserver set by Cargo (#120)
  • 19fffb1 jemalloc-sys: hardening strerror_r function detection (#117)
  • fa4486d don't pass CFLAGS and fix _FORTIFY_SOURCE errors (#116)
  • 876bc11 Document JEMALLOC_OVERRIDE (#107)
  • fa31efd Add feature disable_cache_oblivious to jemallocator re-exports (#104)
  • 5787ab4 Fix compiler and clippy warnings (#105)
  • See full diff in compare view

Updates typetag from 0.2.20 to 0.2.21

Release notes

Sourced from typetag's releases.

0.2.21

  • Use differently named __private module per patch release (#100)
Commits
  • 0ec09d4 Release 0.2.21
  • 7a2b9ee Merge pull request #100 from dtolnay/private
  • 61c494a Use differently named __private module per patch release
  • f39f85f Raise minimum tested compiler to rust 1.76
  • d68d574 Opt in to generate-macro-expansion when building on docs.rs
  • c5980ef Enforce trybuild >= 1.0.108
  • cec3b1e Update actions/checkout@v4 -> v5
  • 5274118 Raise minimum tested compiler to rust 1.73
  • 05c6868 Ignore mismatched_lifetime_syntaxes lint
  • 29fabe8 Resolve needless_return clippy lint
  • Additional commits viewable in compare view

Updates openssl-src from 300.5.2+3.5.2 to 300.5.4+3.5.4

Commits

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates cfg-if from 1.0.3 to 1.0.4

Release notes

Sourced from cfg-if's releases.

v1.0.4

  • Support cfg(true) and cfg(false) (#99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule
Changelog

Sourced from cfg-if's changelog.

1.0.4 - 2025-10-15

  • Support cfg(true) and cfg(false) (#99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule
Commits

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates flate2 from 1.1.2 to 1.1.5

Release notes

Sourced from flate2's releases.

1.1.5

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

1.1.3

What's Changed

New Contributors

Full Ch...

Description has been truncated

Bumps the patches group with 37 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rmp-serde](https://github.com/3Hren/msgpack-rust) | `1.3.0` | `1.3.1` |
| [rmpv](https://github.com/3Hren/msgpack-rust) | `1.3.0` | `1.3.1` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.30` | `0.4.33` |
| [bollard](https://github.com/fussybeaver/bollard) | `0.19.2` | `0.19.4` |
| [governor](https://github.com/boinkor-net/governor) | `0.10.1` | `0.10.4` |
| [h2](https://github.com/hyperium/h2) | `0.4.12` | `0.4.13` |
| [hostname](https://github.com/djc/hostname) | `0.4.0` | `0.4.2` |
| [maxminddb](https://github.com/oschwald/maxminddb-rust) | `0.27.0` | `0.27.1` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.73` | `0.10.75` |
| [postgres-openssl](https://github.com/rust-postgres/rust-postgres) | `0.5.1` | `0.5.2` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.11.2` | `0.11.3` |
| [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.0` | `0.6.1` |
| [typetag](https://github.com/dtolnay/typetag) | `0.2.20` | `0.2.21` |
| [openssl-src](https://github.com/alexcrichton/openssl-src-rs) | `300.5.2+3.5.2` | `300.5.4+3.5.4` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.3` | `1.0.4` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.180` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.12.0` | `1.12.1` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.8` | `0.9.9` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.105` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.43` |
| [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.114` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.4` | `0.12.5` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.20` | `1.0.22` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.27` | `0.1.28` |
| [noisy_float](https://github.com/SergiusIW/noisy_float-rs) | `0.2.0` | `0.2.1` |
| [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.77` | `0.3.83` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.18.0` | `0.18.3` |
| [owo-colors](https://github.com/owo-colors/owo-colors) | `4.2.2` | `4.2.3` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.20.2` | `0.20.3` |



Updates `rmp-serde` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/3Hren/msgpack-rust/releases)
- [Commits](https://github.com/3Hren/msgpack-rust/commits)

Updates `rmpv` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/3Hren/msgpack-rust/releases)
- [Commits](https://github.com/3Hren/msgpack-rust/commits)

Updates `async-compression` from 0.4.30 to 0.4.33
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Commits](Nullus157/async-compression@async-compression-v0.4.30...async-compression-v0.4.33)

Updates `bollard` from 0.19.2 to 0.19.4
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md)
- [Commits](fussybeaver/bollard@v0.19.2...v0.19.4)

Updates `governor` from 0.10.1 to 0.10.4
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](boinkor-net/governor@v0.10.1...v0.10.4)

Updates `h2` from 0.4.12 to 0.4.13
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.12...v0.4.13)

Updates `hostname` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/djc/hostname/releases)
- [Commits](djc/hostname@v0.4.0...v0.4.2)

Updates `maxminddb` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](oschwald/maxminddb-rust@v0.27.0...v0.27.1)

Updates `openssl` from 0.10.73 to 0.10.75
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.75)

Updates `postgres-openssl` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@postgres-openssl-v0.5.1...postgres-openssl-v0.5.2)

Updates `roaring` from 0.11.2 to 0.11.3
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.11.2...v0.11.3)

Updates `tikv-jemallocator` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](tikv/jemallocator@0.6.0...0.6.1)

Updates `typetag` from 0.2.20 to 0.2.21
- [Release notes](https://github.com/dtolnay/typetag/releases)
- [Commits](dtolnay/typetag@0.2.20...0.2.21)

Updates `openssl-src` from 300.5.2+3.5.2 to 300.5.4+3.5.4
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

Updates `anyhow` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.99...1.0.100)

Updates `cfg-if` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@v1.0.3...v1.0.4)

Updates `chrono` from 0.4.41 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.42)

Updates `flate2` from 1.1.2 to 1.1.5
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.2...1.1.5)

Updates `indoc` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.6...2.0.7)

Updates `libc` from 0.2.175 to 0.2.180
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.175...0.2.180)

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10)

Updates `memchr` from 2.7.5 to 2.7.6
- [Commits](BurntSushi/memchr@2.7.5...2.7.6)

Updates `bstr` from 1.12.0 to 1.12.1
- [Commits](BurntSushi/bstr@1.12.0...1.12.1)

Updates `log` from 0.4.28 to 0.4.29
- [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.28...0.4.29)

Updates `memmap2` from 0.9.8 to 0.9.9
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.9.8...v0.9.9)

Updates `proc-macro2` from 1.0.101 to 1.0.105
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.101...1.0.105)

Updates `quote` from 1.0.40 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.40...1.0.43)

Updates `syn` from 2.0.106 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.106...2.0.114)

Updates `parking_lot` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@parking_lot-v0.12.4...parking_lot-v0.12.5)

Updates `ryu` from 1.0.20 to 1.0.22
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.20...1.0.22)

Updates `schannel` from 0.1.27 to 0.1.28
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](steffengy/schannel-rs@v0.1.27...v0.1.28)

Updates `noisy_float` from 0.2.0 to 0.2.1
- [Commits](https://github.com/SergiusIW/noisy_float-rs/commits)

Updates `web-sys` from 0.3.77 to 0.3.83
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `indicatif` from 0.18.0 to 0.18.3
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.18.0...0.18.3)

Updates `owo-colors` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](owo-colors/owo-colors@v4.2.2...v4.2.3)

Updates `git2` from 0.20.2 to 0.20.3
- [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.3/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.20.2...git2-0.20.3)

---
updated-dependencies:
- dependency-name: rmp-serde
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: rmpv
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-compression
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bollard
  dependency-version: 0.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: governor
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: h2
  dependency-version: 0.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: hostname
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: maxminddb
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl
  dependency-version: 0.10.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: postgres-openssl
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: roaring
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tikv-jemallocator
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: typetag
  dependency-version: 0.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl-src
  dependency-version: 300.5.4+3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: cfg-if
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: flate2
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: indoc
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-version: 0.2.180
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: toml
  dependency-version: 0.9.10+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: memchr
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bstr
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: memmap2
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: parking_lot
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: ryu
  dependency-version: 1.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: schannel
  dependency-version: 0.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: noisy_float
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: web-sys
  dependency-version: 0.3.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: indicatif
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: owo-colors
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: git2
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jan 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2026 21:24
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jan 8, 2026
@github-actions github-actions bot added domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: vdev Anything related to the vdev tooling labels Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: deps Anything related to Vector's dependencies domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant