Skip to content

chore(deps): Bump the patches group across 1 directory with 51 updates#32

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/patches-3a95a39279
Open

chore(deps): Bump the patches group across 1 directory with 51 updates#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/patches-3a95a39279

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

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

Package From To
async-trait 0.1.85 0.1.89
tracing-subscriber 0.3.19 0.3.20
serde-toml-merge 0.3.8 0.3.11
serde_bytes 0.11.15 0.11.19
async-compression 0.4.18 0.4.30
dyn-clone 1.0.17 1.0.20
h2 0.4.7 0.4.12
hash_hasher 2.0.3 2.0.4
hostname 0.4.0 0.4.1
indoc 2.0.5 2.0.6
inventory 0.3.17 0.3.21
listenfd 1.0.1 1.0.2
nkeys 0.4.4 0.4.5
openssl 0.10.68 0.10.73
openssl-probe 0.1.5 0.1.6
percent-encoding 2.3.1 2.3.2
postgres-openssl 0.5.0 0.5.1
regex 1.11.1 1.11.2
semver 1.0.24 1.0.27
strip-ansi-escapes 0.2.0 0.2.1
tokio-postgres 0.7.12 0.7.13
typetag 0.2.19 0.2.20
url 2.5.4 2.5.7
assert_cmd 2.0.16 2.0.17
libc 0.2.169 0.2.176
wiremock 0.6.2 0.6.5
anyhow 1.0.95 1.0.100
cfg-if 1.0.0 1.0.3
chrono 0.4.39 0.4.42
chrono-tz 0.10.0 0.10.4
glob 0.3.2 0.3.3
pin-project 1.1.8 1.1.10
serde_json 1.0.135 1.0.145
memchr 2.7.4 2.7.5
log 0.4.22 0.4.28
memmap2 0.9.5 0.9.8
temp-dir 0.1.14 0.1.16
no-proxy 0.3.5 0.3.6
proc-macro2 1.0.93 1.0.101
syn 2.0.96 2.0.106
quote 1.0.38 1.0.40
enumflags2 0.7.10 0.7.12
parking_lot 0.12.3 0.12.4
quanta 0.12.5 0.12.6
ryu 1.0.18 1.0.20
schannel 0.1.27 0.1.28
twox-hash 2.1.0 2.1.2
wasm-bindgen 0.2.100 0.2.103
sha2 0.10.8 0.10.9

Updates async-trait from 0.1.85 to 0.1.89

Release notes

Sourced from async-trait's releases.

0.1.89

0.1.88

  • Fix lifetime bounding on generic parameters that have cfg (#289)

0.1.87

  • Documentation improvements

0.1.86

  • Documentation improvements
Commits
  • a7e91e9 Release 0.1.89
  • fbcfcac Merge pull request 293 from Veykril/lw/quote_spanned
  • fd93990 Improve use of spans in quote_spanned
  • a5093fe Add type-mismatch ui test
  • 6d12b44 Revert "Pin nightly toolchain used for miri job"
  • dd9e4ba Hide unused_variables warning in consider-restricting.rs ui test
  • b454fc8 Update ui test suite to nightly-2025-08-03
  • 9c880e8 Update ui test suite to nightly-2025-07-30
  • 7ca751d Ignore unused_parens warning in test
  • 2bccfeb Update ui test suite to nightly-2025-05-28
  • Additional commits viewable in compare view

Updates tracing-subscriber from 0.3.19 to 0.3.20

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.20

Security Fix: ANSI Escape Sequence Injection (CVE-TBD)

Impact

Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:

  • Manipulate terminal title bars
  • Clear screens or modify terminal display
  • Potentially mislead users through terminal manipulation

In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.

Solution

Version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.

Affected Versions

All versions of tracing-subscriber prior to 0.3.20 are affected by this vulnerability.

Recommendations

Immediate Action Required: We recommend upgrading to tracing-subscriber 0.3.20 immediately, especially if your application:

  • Logs user-provided input (form data, HTTP headers, query parameters, etc.)
  • Runs in environments where terminal output is displayed to users

Migration

This is a patch release with no breaking API changes. Simply update your Cargo.toml:

[dependencies]
tracing-subscriber = "0.3.20"

Acknowledgments

We would like to thank zefr0x who responsibly reported the issue at security@tokio.rs.

If you believe you have found a security vulnerability in any tokio-rs project, please email us at security@tokio.rs.

Commits

Updates serde-toml-merge from 0.3.8 to 0.3.11

Release notes

Sourced from serde-toml-merge's releases.

v0.3.11

No release notes provided.

v0.3.10

Other

  • (deps) Bump toml from 0.8.23 to 0.9.2 (#45)
  • impl std::error::Error trait for custom Error type (#42)
  • (deps) Bump toml from 0.8.22 to 0.8.23 (#40)

v0.3.9

Other

  • (deps) Bump toml from 0.8.19 to 0.8.22 (#37)
  • (deps) Bump toml from 0.8.14 to 0.8.19 (#35)
Changelog

Sourced from serde-toml-merge's changelog.

0.3.11 - 2025-07-30

Other

  • (deps) Bump toml from 0.9.2 to 0.9.3 (#46)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.10 - 2025-07-14

Other

  • (deps) Bump toml from 0.8.23 to 0.9.2 (#45)
  • impl std::error::Error trait for custom Error type (#42)
  • (deps) Bump toml from 0.8.22 to 0.8.23 (#40)

0.3.9 - 2025-04-29

Other

  • (deps) Bump toml from 0.8.19 to 0.8.22 (#37)
  • (deps) Bump toml from 0.8.14 to 0.8.19 (#35)
Commits

Updates serde_bytes from 0.11.15 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)

0.11.17

  • Documentation improvements

0.11.16

  • Documentation improvements
Commits
  • 34f3c7d Release 0.11.19
  • 181d7db Merge pull request #58 from serde-rs/serdecore
  • f7e67ca Fix serde_core feature enablement
  • 582ea79 Release 0.11.18
  • abdc6e5 Merge pull request #57 from serde-rs/serdecore
  • 611073a Switch serde dependency to serde_core
  • d930d3e Update actions/checkout@v4 -> v5
  • dc4181f Release 0.11.17
  • f66c7f6 Merge pull request #55 from serde-rs/bincode
  • 70d1db2 Update to new bincode standard format
  • Additional commits viewable in compare view

Updates async-compression from 0.4.18 to 0.4.30

Commits

Updates dyn-clone from 1.0.17 to 1.0.20

Release notes

Sourced from dyn-clone's releases.

1.0.20

  • Support targets without alloc::sync::Arc (#32, thanks @​af-afk)

1.0.19

  • Documentation improvements

1.0.18

  • Documentation improvements
Commits
  • 1d2d15c Release 1.0.20
  • 0f48a72 Merge pull request #33 from dtolnay/thumbv6m
  • 3446ea0 Merge "Check if target has atomic before using arc"
  • 584d7d7 Merge pull request #34 from dtolnay/up
  • d1f30c1 Resolve uninlined_format_args pedantic clippy lint in test
  • 1e18d0b Resolve borrow_as_ptr pedantic clippy lint
  • ec7b093 Raise required compiler to Rust 1.60
  • 33d9177 Add CI on a target without atomic ptr
  • 9438fae Merge pull request 32 from af-afk/master
  • 02be822 Check if target has atomic before using ARC
  • Additional commits viewable in compare view

Updates h2 from 0.4.7 to 0.4.12

Release notes

Sourced from h2's releases.

v0.4.12

What's Changed

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

v0.4.11

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.10...v0.4.11

v0.4.10

What's Changed

Full Changelog: hyperium/h2@v0.4.9...v0.4.10

v0.4.9

What's Changed

  • Add sever::Connection::has_streams() method to check for active streams.

New Contributors

Full Changelog: hyperium/h2@v0.4.8...v0.4.9

v0.4.8

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from h2's changelog.

0.4.12 (August 5, 2025)

  • Fix default limits on max stored reset streams and duration to more reasonable values.

0.4.11 (June 30, 2025)

  • Fix client to not return an error when a clean shutdown otherwise doesn't get a TLS close_notify, which some servers don't bother sending.

0.4.10 (May 5, 2025)

  • Fix is_end_stream() to return true only when ended cleanly, not when errored.

0.4.9 (April 14, 2025)

  • Add sever::Connection::has_streams() method to check for active streams.

0.4.8 (February 18, 2025)

  • Fix handling implicit stream resets at the more correct time.
  • Fix window size decrements of send-closed streams.
  • Fix reclaiming of reserved capacity when streams are closed.
  • Fix to no longer call poll_flush after poll_shutdown.
  • Fix busy loop in task when poll_shutdown returns pending.
Commits
  • 41a0f80 v0.4.12
  • 59513ce fix: adjust expiring reset stream limits (#858)
  • c85d1e8 refactor: reduce noise in fmt::Debug outputs (#855)
  • f36a032 docs: update readme about production readiness (#854)
  • 0f4f914 chore: update to webpki-roots 1 (#851)
  • 6b27688 v0.4.11
  • 69294bb refactor: change local reset counter to use type system more
  • 97704b5 fix: not return UnexpectedEof when server drops without close_notify (#847)
  • 27d1272 style: fix anonymous lifetime syntax
  • e4ed350 v0.4.10
  • Additional commits viewable in compare view

Updates hash_hasher from 2.0.3 to 2.0.4

Changelog

Sourced from hash_hasher's changelog.

[2.0.4] - 2025-06-05

Change

  • Minor update to docs.
  • Changed CI to use GitHub actions.
  • Update dev dependencies rand and fnv.
  • Update lints.
  • General housekeeping.
Commits
  • 2dd5b9d Minor updates to docs, and changed to GitHub actions for CI.
  • See full diff in compare view

Updates hostname from 0.4.0 to 0.4.1

Changelog

Sourced from hostname's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits

Updates indoc from 2.0.5 to 2.0.6

Release notes

Sourced from indoc's releases.

2.0.6

  • Documentation improvements
Commits
  • f5934e4 Release 2.0.6
  • 382de61 Point standard library links to stable
  • aed1b60 Unset doc-scrape-examples for lib target
  • 3840e47 More precise gitignore patterns
  • 8304a10 Prevent upload-artifact step from causing CI failure
  • eac624b Work around needless_raw_string_hashes pedantic clippy lint in test
  • 64949e1 Resolve needless_lifetimes clippy lint
  • 0d37b42 Ignore needless_lifetimes clippy lint
  • 78289e3 Upload CI Cargo.lock for reproducing failures
  • 9ee9ca9 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view

Updates inventory from 0.3.17 to 0.3.21

Release notes

Sourced from inventory's releases.

0.3.21

  • Make compatible with rustc Cranelift codegen backend (#83)

0.3.20

  • Documentation improvements

0.3.19

0.3.18

  • Documentation improvements
Commits
  • c8310fa Release 0.3.21
  • 8642ef0 Merge pull request #83 from dtolnay/modinitfuncs
  • b740d4f Add mod_init_funcs flag to macOS link section
  • 0ea478d Update ui test suite to nightly-2025-08-15
  • b026b2b Suppress used(linker) unstable message in ui test
  • 6d81ba1 Update ui test suite to nightly-2025-06-28
  • 5e915d4 Release 0.3.20
  • 3dfe2be Point standard library links to stable
  • e8eef6d Unset doc-scrape-examples for lib target
  • dad50ac Release 0.3.19
  • Additional commits viewable in compare view

Updates listenfd from 1.0.1 to 1.0.2

Changelog

Sourced from listenfd's changelog.

1.0.2

  • Maintenance release with readme fixes.
Commits

Updates nkeys from 0.4.4 to 0.4.5

Commits

Updates openssl from 0.10.68 to 0.10.73

Release notes

Sourced from openssl's releases.

openssl-v0.10.73

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.73

openssl-v0.10.72

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.71...openssl-v0.10.72

openssl-v0.10.71

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.70...openssl-v0.10.71

openssl v0.10.70

What's Changed

... (truncated)

Commits

Updates openssl-probe from 0.1.5 to 0.1.6

Commits
  • 4221247 Merge pull request #35 from alexcrichton/bump
  • 433e5a0 Bump to 0.1.6
  • a0e4ef7 Merge pull request #34 from alexcrichton/expose-cert-iterator
  • 28428e5 Go ahead and publish &Path iterator function
  • 3cef693 Merge pull request #33 from alexcrichton/add-unsafe-functions
  • 9e937c0 Hide old functions from docs
  • 3ea7c1a Deprecate env-var-writing functions
  • a9a9f3e Merge pull request #32 from alexcrichton/modernize
  • 87b3910 Add some basic CI and metadata
  • 5b4b622 Merge pull request #31 from ctz/master
  • Additional commits viewable in compare view

Updates percent-encoding from 2.3.1 to 2.3.2

Commits

Updates postgres-openssl from 0.5.0 to 0.5.1

Commits

Updates regex from 1.11.1 to 1.11.2

Changelog

Sourced from regex's changelog.

1.11.2 (2025-08-24)

This is a new patch release of regex with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using std::sync::LazyLock.

Improvements:

Bug fixes:

Commits

Updates semver from 1.0.24 to 1.0.27

Release notes

Sourced from semver's releases.

1.0.27

  • Switch serde dependency to serde_core (#333)

1.0.26

  • Documentation improvements

1.0.25

  • Enable serde impls on play.rust-lang.org (#330, thanks @​jofas)
Commits

Updates strip-ansi-escapes from 0.2.0 to 0.2.1

Commits

Updates tokio-postgres from 0.7.12 to 0.7.13

Commits

Updates typetag from 0.2.19 to 0.2.20

Release notes

Sourced from typetag's releases.

0.2.20

  • Documentation improvements (Wasm)
Commits
  • 373a2db Release 0.2.20
  • 757366d Mirror wasm documentation from readme to crate-level rustdoc
  • fb438be Re-word PR 96

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

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.89` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.20` |
| [serde-toml-merge](https://github.com/jdrouet/serde-toml-merge) | `0.3.8` | `0.3.11` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.15` | `0.11.19` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.18` | `0.4.30` |
| [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.17` | `1.0.20` |
| [h2](https://github.com/hyperium/h2) | `0.4.7` | `0.4.12` |
| [hash_hasher](https://github.com/Fraser999/Hash-Hasher) | `2.0.3` | `2.0.4` |
| [hostname](https://github.com/svartalf/hostname) | `0.4.0` | `0.4.1` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [inventory](https://github.com/dtolnay/inventory) | `0.3.17` | `0.3.21` |
| [listenfd](https://github.com/mitsuhiko/listenfd) | `1.0.1` | `1.0.2` |
| [nkeys](https://github.com/wasmcloud/nkeys) | `0.4.4` | `0.4.5` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.73` |
| [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.5` | `0.1.6` |
| [percent-encoding](https://github.com/servo/rust-url) | `2.3.1` | `2.3.2` |
| [postgres-openssl](https://github.com/sfackler/rust-postgres) | `0.5.0` | `0.5.1` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` |
| [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.27` |
| [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) | `0.2.0` | `0.2.1` |
| [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.12` | `0.7.13` |
| [typetag](https://github.com/dtolnay/typetag) | `0.2.19` | `0.2.20` |
| [url](https://github.com/servo/rust-url) | `2.5.4` | `2.5.7` |
| [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.16` | `2.0.17` |
| [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.176` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.2` | `0.6.5` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.100` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.3` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.42` |
| [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.10.0` | `0.10.4` |
| [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.10` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.145` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.5` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.28` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.8` |
| [temp-dir](https://gitlab.com/leonhard-llc/ops) | `0.1.14` | `0.1.16` |
| [no-proxy](https://github.com/jdrouet/no-proxy) | `0.3.5` | `0.3.6` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.101` |
| [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.106` |
| [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.40` |
| [enumflags2](https://github.com/meithecatte/enumflags2) | `0.7.10` | `0.7.12` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.3` | `0.12.4` |
| [quanta](https://github.com/metrics-rs/quanta) | `0.12.5` | `0.12.6` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.20` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.27` | `0.1.28` |
| [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.0` | `2.1.2` |
| [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.100` | `0.2.103` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` |



Updates `async-trait` from 0.1.85 to 0.1.89
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.85...0.1.89)

Updates `tracing-subscriber` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

Updates `serde-toml-merge` from 0.3.8 to 0.3.11
- [Release notes](https://github.com/jdrouet/serde-toml-merge/releases)
- [Changelog](https://github.com/jdrouet/serde-toml-merge/blob/main/CHANGELOG.md)
- [Commits](jdrouet/serde-toml-merge@v0.3.8...v0.3.11)

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

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

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

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

Updates `hash_hasher` from 2.0.3 to 2.0.4
- [Changelog](https://github.com/Fraser999/Hash-Hasher/blob/master/CHANGELOG.md)
- [Commits](Fraser999/Hash-Hasher@v2.0.3...v2.0.4)

Updates `hostname` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/svartalf/hostname/releases)
- [Changelog](https://github.com/djc/hostname/blob/main/CHANGELOG.md)
- [Commits](https://github.com/svartalf/hostname/commits)

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

Updates `inventory` from 0.3.17 to 0.3.21
- [Release notes](https://github.com/dtolnay/inventory/releases)
- [Commits](dtolnay/inventory@0.3.17...0.3.21)

Updates `listenfd` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/mitsuhiko/listenfd/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/listenfd@1.0.1...1.0.2)

Updates `nkeys` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/wasmcloud/nkeys/releases)
- [Commits](wasmCloud/nkeys@v0.4.4...v0.4.5)

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

Updates `openssl-probe` from 0.1.5 to 0.1.6
- [Commits](rustls/openssl-probe@0.1.5...0.1.6)

Updates `percent-encoding` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/commits)

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

Updates `regex` from 1.11.1 to 1.11.2
- [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.1...1.11.2)

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

Updates `strip-ansi-escapes` from 0.2.0 to 0.2.1
- [Commits](https://github.com/luser/strip-ansi-escapes/commits)

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

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

Updates `url` from 2.5.4 to 2.5.7
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.4...v2.5.7)

Updates `assert_cmd` from 2.0.16 to 2.0.17
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.0.16...v2.0.17)

Updates `libc` from 0.2.169 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.169...0.2.176)

Updates `wiremock` from 0.6.2 to 0.6.5
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.2...v0.6.5)

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

Updates `cfg-if` from 1.0.0 to 1.0.3
- [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@1.0.0...v1.0.3)

Updates `chrono` from 0.4.39 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.39...v0.4.42)

Updates `chrono-tz` from 0.10.0 to 0.10.4
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Commits](chronotope/chrono-tz@v0.10.0...v0.10.4)

Updates `glob` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@v0.3.2...v0.3.3)

Updates `indexmap` from 2.7.0 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.7.0...2.11.4)

Updates `pin-project` from 1.1.8 to 1.1.10
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.8...v1.1.10)

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

Updates `serde` from 1.0.217 to 1.0.226
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.226)

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

Updates `log` from 0.4.22 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.22...0.4.28)

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

Updates `temp-dir` from 0.1.14 to 0.1.16
- [Commits](https://gitlab.com/leonhard-llc/ops/compare/temp-dir-v0.1.14...temp-dir-v0.1.16)

Updates `no-proxy` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/jdrouet/no-proxy/releases)
- [Changelog](https://github.com/jdrouet/no-proxy/blob/main/CHANGELOG.md)
- [Commits](jdrouet/no-proxy@v0.3.5...v0.3.6)

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

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

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

Updates `enumflags2` from 0.7.10 to 0.7.12
- [Release notes](https://github.com/meithecatte/enumflags2/releases)
- [Commits](meithecatte/enumflags2@v0.7.10...v0.7.12)

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

Updates `quanta` from 0.12.5 to 0.12.6
- [Changelog](https://github.com/metrics-rs/quanta/blob/main/CHANGELOG.md)
- [Commits](metrics-rs/quanta@v0.12.5...v0.12.6)

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

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 `twox-hash` from 2.1.0 to 2.1.2
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v2.1.0...v2.1.2)

Updates `wasm-bindgen` from 0.2.100 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.100...0.2.103)

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde-toml-merge
  dependency-version: 0.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde_bytes
  dependency-version: 0.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-compression
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: dyn-clone
  dependency-version: 1.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: h2
  dependency-version: 0.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: hash_hasher
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: hostname
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: indoc
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: inventory
  dependency-version: 0.3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: listenfd
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: nkeys
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl
  dependency-version: 0.10.73
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl-probe
  dependency-version: 0.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: percent-encoding
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: postgres-openssl
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: regex
  dependency-version: 1.11.2
  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: strip-ansi-escapes
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tokio-postgres
  dependency-version: 0.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: typetag
  dependency-version: 0.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: url
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: assert_cmd
  dependency-version: 2.0.17
  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: wiremock
  dependency-version: 0.6.5
  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.3
  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: chrono-tz
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: glob
  dependency-version: 0.3.3
  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-minor
  dependency-group: patches
- dependency-name: pin-project
  dependency-version: 1.1.10
  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: serde
  dependency-version: 1.0.226
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: memchr
  dependency-version: 2.7.5
  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: memmap2
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: temp-dir
  dependency-version: 0.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: no-proxy
  dependency-version: 0.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: proc-macro2
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-version: 2.0.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-version: 1.0.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: enumflags2
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: parking_lot
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quanta
  dependency-version: 0.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: ryu
  dependency-version: 1.0.20
  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: twox-hash
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: wasm-bindgen
  dependency-version: 0.2.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2025

Labels

The following labels could not be found: domain: deps, no-changelog. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants