Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the patches group with 25 updates:

Package From To
serde_bytes 0.11.17 0.11.19
serde_with 3.14.0 3.14.1
async-compression 0.4.30 0.4.32
bollard 0.19.2 0.19.3
lru 0.16.0 0.16.1
postgres-openssl 0.5.1 0.5.2
redis 0.32.5 0.32.6
tokio-postgres 0.7.13 0.7.14
typetag 0.2.20 0.2.21
openssl-src 300.5.2+3.5.2 300.5.3+3.5.4
anyhow 1.0.99 1.0.100
chrono 0.4.41 0.4.42
indexmap 2.11.0 2.11.4
libc 0.2.175 0.2.176
regex 1.11.2 1.11.3
semver 1.0.26 1.0.27
serde 1.0.219 1.0.228
serde_json 1.0.143 1.0.145
toml 0.9.5 0.9.7
memchr 2.7.5 2.7.6
log 0.4.27 0.4.28
quote 1.0.40 1.0.41
schannel 0.1.27 0.1.28
web-sys 0.3.77 0.3.81
owo-colors 4.2.2 4.2.3

Updates serde_bytes from 0.11.17 to 0.11.19

Release notes

Sourced from serde_bytes's releases.

0.11.19

  • Fix propagation of "std" and "alloc" features to serde (#58)

0.11.18

  • Switch serde dependency to serde_core (#57)
Commits

Updates serde_with from 3.14.0 to 3.14.1

Release notes

Sourced from serde_with's releases.

serde_with v3.14.1

Fixed

  • Show macro expansion in the docs.rs generated rustdoc. Since macros are used to generate trait implementations, this is useful to understand the exact generated code.
Commits

Updates async-compression from 0.4.30 to 0.4.32

Commits

Updates bollard from 0.19.2 to 0.19.3

Release notes

Sourced from bollard's releases.

Release v0.19.3

What's Changed

New Contributors

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

Commits
  • 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
  • 1e9086d Allow building with only pipe feature enabled
  • 95592ec Merge pull request #579 from ELginas/fix-2
  • Additional commits viewable in compare view

Updates lru from 0.16.0 to 0.16.1

Changelog

Sourced from lru's changelog.

v0.16.1 - 2025-09-08

  • Fix Clone for unbounded cache.
Commits
  • c699209 Merge pull request #220 from jeromefroe/jerome/prepare-0-16-1-release
  • 2bd8207 Prepare 0.16.1 release
  • 1b21bf1 Merge pull request #219 from wqfish/bk
  • 3ec42b6 Fix clone implementation for unbounded cache
  • See full diff 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 redis from 0.32.5 to 0.32.6

Release notes

Sourced from redis's releases.

redis-0.32.6

0.32.6 (2025-09-26)

Changes

Commits
  • 59f8401 Prepare version 0.32.6 (#1795)
  • 4288439 docs: fix hexpire_at measurement unit (#1793)
  • 65a6715 Bump rand from 0.9.1 to 0.9.2
  • 2b891b4 Bump hashbrown from 0.15.4 to 0.16.0
  • 32552fd Bump backon from 1.5.1 to 1.5.2
  • d5e6e38 Bump serde_json from 1.0.142 to 1.0.143
  • fb040ff Bump percent-encoding from 2.3.1 to 2.3.2
  • 44b595b Bump async-std from 1.13.1 to 1.13.2
  • 4fc376b Bump anyhow from 1.0.98 to 1.0.99
  • 7fd00b7 Remove unnecessary dependecy. (#1760)
  • Additional commits viewable in compare view

Updates tokio-postgres from 0.7.13 to 0.7.14

Release notes

Sourced from tokio-postgres's releases.

tokio-postgres v0.7.14

Added

  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.
  • Re-exported fallible-iterator
  • Expose sync rollback as a private API method

Fixes

  • Changed set_tcp_user_timeout to only be called when enabled

Changed

  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
  • Upgraded phf to v0.13
  • Upgraded socket2 to v0.6
  • Disabled default features of futures-util
Commits
  • 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
  • 4c3390f Re-export FallibleIterator from tokio-postgres
  • Additional commits viewable 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.3+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 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 indexmap from 2.11.0 to 2.11.4

Changelog

Sourced from indexmap's changelog.

2.11.4 (2025-09-18)

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

2.11.3 (2025-09-15)

  • Make the minimum serde version only apply when "serde" is enabled.

2.11.2 (2025-09-15)

  • Switched the "serde" feature to depend on serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".

2.11.1 (2025-09-08)

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.
Commits

Updates libc from 0.2.175 to 0.2.176

Release notes

Sourced from libc's releases.

0.2.176

Support

  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#4624)

Added

  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#4607)
  • FreeBSD 14: Add st_fileref to struct stat (#4642)
  • Haiku: Add the accept4 POSIX call (#4586)
  • Introduce a wrapper for representing padding (#4632)
  • Linux: Add EM_RISCV (#4659)
  • Linux: Add MS_NOSYMFOLLOW (#4389)
  • Linux: Add backtrace_symbols(_fd) (#4668)
  • Linux: Add missing SOL_PACKET optnames (#4669)
  • Musl s390x: Add SYS_mseal (#4549)
  • NuttX: Add __errno (#4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#4660)
  • Redox: Add more resource.h, fcntl.h constants (#4666)
  • Redox: Enable strftime and mkostemp[s] (#4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#4671)
  • Unix: Add sigqueue (#4620)

Changed

  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#4655 and many related PRs)

Fixed

Deprecated

  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#4685)

Removed

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.176 - 2025-09-23

Support

  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#4624)

Added

  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#4607)
  • FreeBSD 14: Add st_fileref to struct stat (#4642)
  • Haiku: Add the accept4 POSIX call (#4586)
  • Introduce a wrapper for representing padding (#4632)
  • Linux: Add EM_RISCV (#4659)
  • Linux: Add MS_NOSYMFOLLOW (#4389)
  • Linux: Add backtrace_symbols(_fd) (#4668)
  • Linux: Add missing SOL_PACKET optnames (#4669)
  • Musl s390x: Add SYS_mseal (#4549)
  • NuttX: Add __errno (#4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#4660)
  • Redox: Add more resource.h, fcntl.h constants (#4666)
  • Redox: Enable strftime and mkostemp[s] (#4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#4671)
  • Unix: Add sigqueue (#4620)

Changed

  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#4655 and many related PRs)

Fixed

Deprecated

  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#4685)

Removed

... (truncated)

Commits
  • 15e1389 chore: Release libc 0.2.176
  • 6ca5571 Warn on missing debug implementations
  • e653c54 cleanup: Remove the const_fn! macro
  • e447441 cleanup: Simplify the syntax of f! and similar macros
  • 776a614 cleanup: Use target_vendor = "apple"
  • d32f60d doc: Remove an unneeded link to the old ctest repo
  • 8c8584b Resolve a ctest FIXME regarding use of size_of in array lengths
  • 09c8436 Remove the libc_ctest feature
  • fd3ffe4 Remove libc_const_extern_fn
  • 9b77a49 Add a note about why Padding requires T: Copy
  • Additional commits viewable in compare view

Updates regex from 1.11.2 to 1.11.3

Changelog

Sourced from regex's changelog.

1.11.3 (2025-09-25)

This is a small patch release with an improvement in memory usage in some cases.

Improvements:

Commits

Updates semver from 1.0.26 to 1.0.27

Release notes

Sourced from semver's releases.

1.0.27

  • Switch serde dependency to serde_core (#333)
Commits

Updates serde from 1.0.219 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde_json from 1.0.143 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)
Commits

Updates toml from 0.9.5 to 0.9.7

Commits

Updates memchr from 2.7.5 to 2.7.6

Commits

Updates log from 0.4.27 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Bumps the patches group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` | `0.11.19` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.14.0` | `3.14.1` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.30` | `0.4.32` |
| [bollard](https://github.com/fussybeaver/bollard) | `0.19.2` | `0.19.3` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.16.0` | `0.16.1` |
| [postgres-openssl](https://github.com/rust-postgres/rust-postgres) | `0.5.1` | `0.5.2` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.32.5` | `0.32.6` |
| [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.13` | `0.7.14` |
| [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.3+3.5.4` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.176` |
| [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` |
| [toml](https://github.com/toml-rs/toml) | `0.9.5` | `0.9.7` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.27` | `0.1.28` |
| [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.77` | `0.3.81` |
| [owo-colors](https://github.com/owo-colors/owo-colors) | `4.2.2` | `4.2.3` |


Updates `serde_bytes` from 0.11.17 to 0.11.19
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.17...0.11.19)

Updates `serde_with` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.14.0...v3.14.1)

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 `bollard` from 0.19.2 to 0.19.3
- [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.3)

Updates `lru` from 0.16.0 to 0.16.1
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.0...0.16.1)

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 `redis` from 0.32.5 to 0.32.6
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.32.5...redis-0.32.6)

Updates `tokio-postgres` from 0.7.13 to 0.7.14
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.13...tokio-postgres-v0.7.14)

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.3+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 `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 `indexmap` from 2.11.0 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.11.0...2.11.4)

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

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 `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 `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

Updates `serde_json` from 1.0.143 to 1.0.145
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.143...v1.0.145)

Updates `toml` from 0.9.5 to 0.9.7
- [Commits](toml-rs/toml@toml-v0.9.5...toml-v0.9.7)

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

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

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

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 `web-sys` from 0.3.77 to 0.3.81
- [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 `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)

---
updated-dependencies:
- dependency-name: serde_bytes
  dependency-version: 0.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde_with
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-compression
  dependency-version: 0.4.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bollard
  dependency-version: 0.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: lru
  dependency-version: 0.16.1
  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: redis
  dependency-version: 0.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tokio-postgres
  dependency-version: 0.7.14
  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.3+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: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-version: 0.2.176
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: regex
  dependency-version: 1.11.3
  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: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: toml
  dependency-version: 0.9.7
  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: log
  dependency-version: 0.4.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-version: 1.0.41
  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: web-sys
  dependency-version: 0.3.81
  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
...

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 Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 04:30
@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 Oct 1, 2025
@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 Oct 1, 2025
@pront pront enabled auto-merge October 1, 2025 13:16
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