Skip to content

chore(deps): bump the patches group across 1 directory with 23 updates#25787

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patches-780b7f7123
Open

chore(deps): bump the patches group across 1 directory with 23 updates#25787
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/patches-780b7f7123

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
async-rs 0.8.4 0.8.11
h2 0.4.13 0.4.15
async-nats 0.49.0 0.49.1
openssl 0.10.80 0.10.81
smallvec 1.15.1 1.15.2
typetag 0.2.21 0.2.22
windows-service 0.8.0 0.8.1
nix 0.31.2 0.31.3
antithesis_sdk 0.2.8 0.2.9
chrono 0.4.44 0.4.45
pastey 0.2.2 0.2.3
pin-project 1.1.11 1.1.13
snafu 0.9.0 0.9.1
quote 1.0.45 1.0.46
syn 2.0.117 2.0.118
mock_instant 0.6.0 0.6.1
memchr 2.8.0 2.8.3
bstr 1.12.1 1.12.3
env_logger 0.11.9 0.11.11
log 0.4.29 0.4.33
no-proxy 0.3.6 0.3.7
ratatui 0.30.0 0.30.2
indicatif 0.18.4 0.18.6

Updates async-rs from 0.8.4 to 0.8.11

Commits

Updates h2 from 0.4.13 to 0.4.15

Release notes

Sourced from h2's releases.

v0.4.15

What's Changed

New Contributors

Full Changelog: hyperium/h2@v0.4.14...v0.4.15

v0.4.14

What's Changed

New Contributors

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

Changelog

Sourced from h2's changelog.

0.4.15 (June 15, 2026)

  • Fix closing a connection when header size is "way too large" (currently x4 configured limit).
  • Fix overflow calculating padding length if a DATA frame had 255 bytes of padding.
  • Fix ignoring library-initiated resets in the connection state loop.
  • Fix decoding panic with an absurd amount of headers and no limit to now use try_append().
  • Fix rejecting frames on streams whose HEADERS have not been sent.
  • Fix poll_capacity() to not return Some(Ok(0)).
  • Fix discarding of buffered DATA frames when a reset is scheduled.

0.4.14 (May 5, 2026)

  • Add header_table_size() option to server builder.
  • Fix leaking connection flow control of padded DATA frames when stream is reset.
  • Fix leaking connection flow control when canceling a stream after reserving capacity.
  • Fix leaking connection flow control when receiving a DATA frame after GOAWAY.
  • Fix waking the poll_capacity when locally reseting a stream from library.
  • Fix sending HEADERS on a reset stream before the RST_STREAM frame.
  • Fix receiving GOAWAY to not close peer-initiated streams.
  • Optimize header value decoding to copy less bytes.
Commits
  • 21211d0 v0.4.15
  • 29e209d fix: close connection when header size is way too large (#915)
  • 9231cb0 fix: remove padded_len() u8 overflow in DATA frame padding release (#914)
  • d351036 fix: ignore library resets at connection poll loop level (#913)
  • 4f51fff fix: use HeaderMap::try_append to prevent panics on absurd amounts of headers...
  • c813cc8 refactor: remove unnecessary clones (#911)
  • 810f5ae chore(ci): update actions/checkout to v6 (#910)
  • d361b75 fix: Reject frames on streams whose HEADERS haven't been sent (#899)
  • 93ccead fix: poll_capacity must not return Ready(Some(Ok(0))) (#898)
  • 733bba7 fix: Discard buffered DATA when a scheduled reset is pending (#896)
  • Additional commits viewable in compare view

Updates async-nats from 0.49.0 to 0.49.1

Release notes

Sourced from async-nats's releases.

async-nats/v0.49.1

Overview

Release focusing on fixing behaviour around server connectivity.

What's Changed

Full Changelog: nats-io/nats.rs@async-nats/v0.49.0...async-nats/v0.49.1

Commits

Updates openssl from 0.10.80 to 0.10.81

Release notes

Sourced from openssl's releases.

openssl-v0.10.81

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.80...openssl-v0.10.81

Commits
  • db9c9e2 Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)
  • 3a7fb56 Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)
  • d059c43 Fix verify_mode() panic on unmodeled verify mode bits (#2651)
  • 8b1519e Deprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)
  • d5713d6 add mldsa.h to the boringssl bindgen (#2650)
  • 9fac317 Merge pull request #2538 from ocdlroux/feat/crl-full
  • 4dae20b x509: adding minimal support for X509CrlBuilder
  • 47f7777 Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)
  • 659da17 Bump aws-ls-sys to 0.41 (#2640)
  • See full diff in compare view

Updates smallvec from 1.15.1 to 1.15.2

Release notes

Sourced from smallvec's releases.

v1.15.2

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.15.1...v1.15.2

Commits
  • c469051 Bump version.
  • 9fe422b Fix Windows CI.
  • 51b965f Work around rustc 1.93 perf regression with MaybeUninit
  • 9da26a5 Fix use-after-free in DrainFilter::keep_rest for zero-capacity SmallVecs
  • 79184f1 Add Miri test for use-after-free in DrainFilter::keep_rest
  • f59fb36 Merge pull request #397 from GiGainfosystems/exclude_scripts
  • 28b6ed7 Exclude development script
  • See full diff in compare view

Updates typetag from 0.2.21 to 0.2.22

Release notes

Sourced from typetag's releases.

0.2.22

  • Accept a constant expression for impl tag name (#103, thanks @​SAY-5)
Commits
  • 1d2d3e9 Release 0.2.22
  • ae95673 Merge pull request 103 from SAY-5/feat/const-tag
  • 0aa8816 feat(name): accept a constant expression for impl tag name (#74)
  • 2e41b1d Raise minimum tested compiler to rust 1.85
  • b3ec8ab Raise required compiler to Rust 1.71
  • 21ae0d4 Update actions/upload-artifact@v5 -> v6
  • e7868b8 Update actions/upload-artifact@v4 -> v5
  • 067ad79 Add rust-version metadata
  • 2b34271 Remove rustc version requirement from readme
  • ff625d3 Update actions/checkout@v5 -> v6
  • Additional commits viewable in compare view

Updates windows-service from 0.8.0 to 0.8.1

Release notes

Sourced from windows-service's releases.

v0.8.1

What's Changed

New Contributors

Full Changelog: mullvad/windows-service-rs@v0.8.0...v0.8.1

Changelog

Sourced from windows-service's changelog.

[0.8.1] - 2026-05-08

Changed

  • Upgrade windows-sys dependency to 0.61 and bump the MSRV to 1.71.0.
Commits

Updates nix from 0.31.2 to 0.31.3

Changelog

Sourced from nix's changelog.

[0.31.3] - 2026-05-11

Added

  • Enable module ioctl for Cygwin (#2715)
  • Add CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME to NetBSD-like platforms (#2716)
  • unistd: add mkfifo for redox (#2749)
  • Added kevent64 support on apple targets: Kqueue::kevent64, KEvent64, and Kevent64Flags. (#2781)

Fixed

  • fix SaFlags_t definition on redox (#2751)
  • Fixed EpollEvent::events() to use from_bits_retain instead of from_bits().unwrap(), preventing panics when the kernel returns unknown epoll flags. (#2783)
  • Fixed KEvent::flags() and KEvent::fflags() to use from_bits_retain instead of from_bits().unwrap(), preventing panics when the kernel returns unknown kqueue flags. (#2784)
Commits
  • b5933ca chore: release v0.31.3
  • 5d6a46e Replace Cirrus CI with more Github Workflows jobs (#2776)
  • 3407489 event: add kevent64 support on apple targets (#2781)
  • fe80fc5 chore: resolve clippy useless_borrows_in_formatting (#2790)
  • 3310fc7 Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)...
  • e3ab917 epoll: use from_bits_retain to avoid panics on unknown flags (#2783)
  • 6c15701 kqueue: use from_bits_retain to avoid panics on unknown flags (#2784)
  • 73028cf fix(ci): enable Hurd target (#2765)
  • 1a680a9 cargo: Remove deprecated package authors field (#2789)
  • 85cff07 docs: add missing changelog entries (#2786)
  • Additional commits viewable in compare view

Updates antithesis_sdk from 0.2.8 to 0.2.9

Changelog

Sourced from antithesis_sdk's changelog.

0.2.9 - 2026-06-12

Support rand 0.8/0.9/0.10 via version-specific feature flags (rand_v0_8, rand_v0_9, rand_v0_10).

Commits

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 pastey from 0.2.2 to 0.2.3

Release notes

Sourced from pastey's releases.

v0.2.3

Improved

  • Improved Branch Coverage #34
  • Improved Line Coverage #32

Full Changelog: AS1100K/pastey@v0.2.2...v0.2.3

Changelog

Sourced from pastey's changelog.

[0.2.3] - 2026-05-20

Improved

  • Improved Branch Coverage #34
  • Improved Line Coverage #32
Commits

Updates pin-project from 1.1.11 to 1.1.13

Release notes

Sourced from pin-project's releases.

1.1.13

  • Suppress clippy::missing_trait_methods lint in generated code.

1.1.12

  • Documentation improvements.
Changelog

Sourced from pin-project's changelog.

[1.1.13] - 2026-05-13

  • Suppress clippy::missing_trait_methods lint in generated code.

[1.1.12] - 2026-05-05

  • Documentation improvements.
Commits

Updates snafu from 0.9.0 to 0.9.1

Changelog

Sourced from snafu's changelog.

0.9.1 - 2026-05-29

Fixed

  • Error types that use Self in fields or trait bounds are now supported.
Commits
  • ff50133 Release 0.9.1
  • c425b0a Update the changelog
  • 8f50dc7 Merge pull request #556 from legeana/self-error
  • 757eeec Expand Self to the original error type before parsing
  • 1f8e75f Merge pull request #557 from legeana/ui-report
  • a656885 Fix cargo fmt for Rust 1.95.0
  • e0a2c25 Update compile-fail's ui/report test for Rust 1.95.0
  • a658cc6 Merge pull request #554 from jplatte/cargo-feat-cleanup
  • fa8a8bd Use namespaced dependency activation
  • 9af844a Merge pull request #555 from shepmaster/maint
  • Additional commits viewable in compare view

Updates quote from 1.0.45 to 1.0.46

Release notes

Sourced from quote's releases.

1.0.46

Commits
  • bc4caf2 Release 1.0.46
  • dc0e304 Format with rustfmt
  • 712114c Drop arrow from syntax of quote_spanned_with_expanded_span
  • f93ab8a Eliminate quote_spanned_with_expanded_span_as_expr macro
  • 1ff3951 Eliminate __quote_spanned macro
  • 64e913a Unify quote_spanned definitions
  • 2978e8b Wrap comment to 80 columns
  • 7f311a0 Fix PR 329 fat arrow spacing
  • 313a8a2 Remove unneeded get_span from PR 329
  • 0b33821 Merge pull request #329 from Noratrieb/avoid-repeat-expand
  • 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 mock_instant from 0.6.0 to 0.6.1

Commits

Updates memchr from 2.8.0 to 2.8.3

Commits
  • 5fdb40c 2.8.3
  • 922c7b5 memchr: let compiler know that indexes returned by memchr fns are in bounds
  • e21e9fb arch: add unsafe to internal routines
  • 581faf0 rebar: update memchr version
  • a61ac1a 2.8.2
  • a08bf90 arch: fix undefined behavior in lower level (but public) APIs
  • b41293b rebar: update memchr to latest
  • 87467c9 impl: remove unnecessary clones in into_owned impls
  • ff7dca7 2.8.1
  • 016878a target: fix aarch64_be endianness bug
  • Additional commits viewable in compare view

Updates bstr from 1.12.1 to 1.12.3

Commits
  • cabbfe3 1.12.3
  • 11d6fac msrv: decrease to 1.65
  • c857a1c 1.12.2
  • e4c6498 doc: clarify the case where there is no valid UTF-8 prefix (#204)
  • 8481908 doc: add alias to fields and Fields
  • 6f089f3 lint: add set -u to regex generation scripts
  • 1396d35 docs: fix spelling mistake
  • 94cdd94 lint: add #[must_use] to ByteSlice::replace[n]
  • 155fc93 deps: switch serde to serde_core
  • bf0bf16 perf: implement Iterator::count for Chars
  • Additional commits viewable in compare view

Updates env_logger from 0.11.9 to 0.11.11

Release notes

Sourced from env_logger's releases.

v0.11.11

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter

v0.11.10

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Changelog

Sourced from env_logger's changelog.

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Commits
  • b4d3f2b chore: Release
  • cc2b2ef chore: Release
  • 69e27d1 docs: Update changelog
  • 166880d Merge pull request #411 from epage/parse
  • 0a580d0 fix(filter): Remove 'parse' on no_std
  • 78d8ef1 Merge pull request #404 from cagatay-y/feature/filter-no_std
  • 132fe86 feat(filter): Add support for no_std environments
  • 4feafa4 refactor(env_filter): Fix unreachable pub warning
  • 92f8d8d Merge pull request #410 from rust-cli/renovate/crate-ci-typos-1.x
  • 4e57784 chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • Additional commits viewable in compare view

Updates log from 0.4.29 to 0.4.33

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.33] - 2026-06-20

What's Changed

New Contributors

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

[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
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • 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
  • Additional commits viewable in compare view

Updates no-proxy from 0.3.6 to 0.3.7

Release notes

Sourced from no-proxy's releases.

v0.3.7

Fixed

  • plain domain entries should match subdomains (#12)
Changelog

Sourced from no-proxy's changelog.

0.3.7 - 2026-07-06

Fixed

  • plain domain entries should match subdomains (#12)
Commits

Updates ratatui from 0.30.0 to 0.30.2

Release notes

Sourced from

@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 Jul 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 9, 2026 14:07
@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 Jul 9, 2026
@datadog-vectordotdev

datadog-vectordotdev Bot commented Jul 9, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 9 Pipeline jobs failed

Check Generated VRL Docs Freshness | check-generated-vrl-docs   View in Datadog   GitHub Actions

Check Generated VRL Docs Freshness | run-check-generated-vrl-docs   View in Datadog   GitHub Actions

Test Suite | Check Generated Docs   View in Datadog   GitHub Actions

View all 9 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: e20c699 | Docs | Give us feedback!

@dependabot dependabot Bot force-pushed the dependabot/cargo/patches-780b7f7123 branch from 3f27cd4 to 3a7cbd6 Compare July 9, 2026 15:37

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3a7cbd698d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.lock
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"

[[package]]
name = "by_address"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the third-party license inventory

This lock update introduces new crates such as by_address (also fast-srgb8, palette, palette_derive, once_cell_polyfill, and is_terminal_polyfill), but LICENSE-3rdparty.csv is unchanged and does not list them. The dependency-change CI path in .github/workflows/test.yml runs make check-licenses, which delegates to dd-rust-license-tool check, so this PR will fail until the license inventory is regenerated and committed with the lockfile update.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/patches-780b7f7123 branch 2 times, most recently from 7c4536b to 280c1b4 Compare July 9, 2026 22:18
Bumps the patches group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-rs](https://github.com/amqp-rs/async-rs) | `0.8.4` | `0.8.11` |
| [h2](https://github.com/hyperium/h2) | `0.4.13` | `0.4.15` |
| [async-nats](https://github.com/nats-io/nats.rs) | `0.49.0` | `0.49.1` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.80` | `0.10.81` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` |
| [typetag](https://github.com/dtolnay/typetag) | `0.2.21` | `0.2.22` |
| [windows-service](https://github.com/mullvad/windows-service-rs) | `0.8.0` | `0.8.1` |
| [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` |
| [antithesis_sdk](https://github.com/antithesishq/antithesis-sdk-rust) | `0.2.8` | `0.2.9` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [pastey](https://github.com/as1100k/pastey) | `0.2.2` | `0.2.3` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.11` | `1.1.13` |
| [snafu](https://github.com/shepmaster/snafu) | `0.9.0` | `0.9.1` |
| [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` |
| [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` |
| [mock_instant](https://github.com/museun/mock_instant) | `0.6.0` | `0.6.1` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.3` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.12.1` | `1.12.3` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.11` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` |
| [no-proxy](https://github.com/jdrouet/no-proxy) | `0.3.6` | `0.3.7` |
| [ratatui](https://github.com/ratatui/ratatui) | `0.30.0` | `0.30.2` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.18.4` | `0.18.6` |



Updates `async-rs` from 0.8.4 to 0.8.11
- [Commits](amqp-rs/async-rs@v0.8.4...v0.8.11)

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

Updates `async-nats` from 0.49.0 to 0.49.1
- [Release notes](https://github.com/nats-io/nats.rs/releases)
- [Commits](nats-io/nats.rs@async-nats/v0.49.0...async-nats/v0.49.1)

Updates `openssl` from 0.10.80 to 0.10.81
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.80...openssl-v0.10.81)

Updates `smallvec` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.1...v1.15.2)

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

Updates `windows-service` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/mullvad/windows-service-rs/releases)
- [Changelog](https://github.com/mullvad/windows-service-rs/blob/main/CHANGELOG.md)
- [Commits](mullvad/windows-service-rs@v0.8.0...v0.8.1)

Updates `nix` from 0.31.2 to 0.31.3
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.31.2...v0.31.3)

Updates `antithesis_sdk` from 0.2.8 to 0.2.9
- [Changelog](https://github.com/antithesishq/antithesis-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/antithesishq/antithesis-sdk-rust/commits)

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 `pastey` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/as1100k/pastey/releases)
- [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md)
- [Commits](AS1100K/pastey@v0.2.2...v0.2.3)

Updates `pin-project` from 1.1.11 to 1.1.13
- [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.11...v1.1.13)

Updates `snafu` from 0.9.0 to 0.9.1
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.9.0...0.9.1)

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

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 `mock_instant` from 0.6.0 to 0.6.1
- [Commits](museun/mock_instant@v0.6.0...v0.6.1)

Updates `memchr` from 2.8.0 to 2.8.3
- [Commits](BurntSushi/memchr@2.8.0...2.8.3)

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

Updates `env_logger` from 0.11.9 to 0.11.11
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.9...v0.11.11)

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

Updates `no-proxy` from 0.3.6 to 0.3.7
- [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.6...v0.3.7)

Updates `ratatui` from 0.30.0 to 0.30.2
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@ratatui-v0.30.0...ratatui-v0.30.2)

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

---
updated-dependencies:
- dependency-name: antithesis_sdk
  dependency-version: 0.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-nats
  dependency-version: 0.49.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-rs
  dependency-version: 0.8.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bstr
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: env_logger
  dependency-version: 0.11.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: h2
  dependency-version: 0.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: indicatif
  dependency-version: 0.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: memchr
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: mock_instant
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: nix
  dependency-version: 0.31.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: no-proxy
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl
  dependency-version: 0.10.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pastey
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pin-project
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-version: 1.0.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: ratatui
  dependency-version: 0.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: smallvec
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: snafu
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-version: 2.0.118
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: typetag
  dependency-version: 0.2.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: windows-service
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/patches-780b7f7123 branch from 280c1b4 to e20c699 Compare July 10, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies 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.

0 participants