Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the patches group with 29 updates #22168

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the patches group with 29 updates:

Package From To
pin-project 1.1.7 1.1.8
clap 4.5.22 4.5.26
uuid 1.11.0 1.11.1
proptest-derive 0.5.0 0.5.1
async-trait 0.1.83 0.1.85
tokio-stream 0.1.16 0.1.17
serde 1.0.215 1.0.217
serde_json 1.0.133 1.0.135
chrono 0.4.38 0.4.39
glob 0.3.1 0.3.2
inventory 0.3.15 0.3.17
roaring 0.10.7 0.10.10
semver 1.0.23 1.0.24
hickory-proto 0.24.1 0.24.2
typetag 0.2.18 0.2.19
libc 0.2.167 0.2.169
anyhow 1.0.94 1.0.95
bstr 1.11.0 1.11.3
env_logger 0.11.5 0.11.6
log 0.4.22 0.4.24
mock_instant 0.5.1 0.5.2
crossbeam-queue 0.3.11 0.3.12
crossbeam-utils 0.8.20 0.8.21
syn 2.0.90 2.0.96
quote 1.0.37 1.0.38
quanta 0.12.3 0.12.5
wasm-bindgen 0.2.97 0.2.99
clap-verbosity-flag 3.0.1 3.0.2
clap_complete 4.5.38 4.5.42

Updates pin-project from 1.1.7 to 1.1.8

Release notes

Sourced from pin-project's releases.

1.1.8

  • Suppress unnameable_types, clippy::absolute_paths, clippy::min_ident_chars, clippy::pub_with_shorthand, clippy::single_call_fn, clippy::single_char_lifetime_names lints in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.8] - 2025-01-06

  • Suppress unnameable_types, clippy::absolute_paths, clippy::min_ident_chars, clippy::pub_with_shorthand, clippy::single_call_fn, clippy::single_char_lifetime_names lints in generated code.
Commits
  • a1e1eb2 Release 1.1.8
  • 5a1a568 pinned_drop: Use located_at instead of allowing unused_qualifications and cli...
  • 2fb3d56 Suppress various lints in generated code
  • 3fa6e92 tests: Update ui test output to nightly-2024-12-15
  • b5eb2b2 tests: Update ui test output to nightly-2024-12-11
  • dcc70b0 Fix typo
  • 6b3fa50 Update .deny.toml
  • f17c4c2 Ignore clippy::unnecessary_map_or lint
  • 69da844 tests: Update lint test
  • 5df0bb1 tests: Update ui test output to nightly-2024-11-02
  • Additional commits viewable in compare view

Updates clap from 4.5.22 to 4.5.26

Release notes

Sourced from clap's releases.

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again
Changelog

Sourced from clap's changelog.

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again
Commits
  • df1efca chore: Release
  • d48bef6 docs: Update changelog
  • 6b7aa3d Merge pull request #5628 from mart-mihkel/complete_hyphen
  • 57b6cb8 refactor(complete): Simplify engine::complete
  • fbec05e refactor(complete): Fix typo in hyhpen
  • b7cfbdc feat(complete): Native support for hyphen values
  • 1d97c29 test(complete): Test cases for allow_hyphen_values
  • 64e3790 chore: Release
  • 1cf50c7 docs: Update changelog
  • 085143d Merge pull request #5722 from epage/sort
  • Additional commits viewable in compare view

Updates uuid from 1.11.0 to 1.11.1

Release notes

Sourced from uuid's releases.

1.11.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.0...1.11.1

Commits
  • 42c2d0f Merge pull request #782 from uuid-rs/cargo/1.11.1
  • 7dc4122 prepare for 1.11.1 release
  • 4cdc981 Merge pull request #781 from uuid-rs/ci/rust-versions
  • 1ce698c update rust toolchain before building
  • 5cbe0ce Merge pull request #778 from jacobggman/main
  • 6e55348 Fix broken link to RFC 1574 in CONTRIBUTING.md
  • 147d993 update table of contents in CONTRIBUTING.md
  • 8901919 Merge pull request #777 from uuid-rs/KodrAus-patch-1
  • a486f03 try using specific node version
  • dcf1d81 bump msrv to 1.63.0
  • Additional commits viewable in compare view

Updates proptest-derive from 0.5.0 to 0.5.1

Changelog

Sourced from proptest-derive's changelog.

0.5.1

New Additions

  • proptest::strategy::Union and proptest::strategy::TupleUnion now work with weighted strategies even if the sum of the weights overflows a u32.

  • Added SIGNALING_NAN strategy to generate signalling NaNs if supported by the platform. Note that this is not included in ANY.

Bug Fixes

  • Fixed values produced via prop_recursive() not shrinking from the recursive to the non-recursive case.

  • Fix that QUIET_NAN would generate signalling NaNs on most platforms on Rust 1.24.0 and later.

Commits
  • 39875e2 Version 0.5.1.
  • 20cd398 Update floating-support for Rust 1.24.0's new from_bits implementation.
  • 6dee486 Fix Recursive not shrinking to non-recursive case.
  • b107e3f Version 0.5.0.
  • 9a84f3e Remove the long-deprecated Singleton alias.
  • 2ad1d5b Clarify role of arbitrary.
  • dd09a1a Remove char::ANY.
  • 8404588 Merge pull request #40 from Centril/feature/recursion-improvements
  • da677e9 fix bug in osstring_invalid_string (windows)
  • add17f2 document changes to .prop_recursive(..)
  • Additional commits viewable in compare view

Updates async-trait from 0.1.83 to 0.1.85

Release notes

Sourced from async-trait's releases.

0.1.85

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • fee923d Release 0.1.85
  • 0c2e108 Merge pull request #284 from dtolnay/selfinblock
  • 9456e54 Omit Self: 'async_trait bound in impl when not needed by signature
  • b77d0d5 Add regression test for issue 283
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • Additional commits viewable in compare view

Updates tokio-stream from 0.1.16 to 0.1.17

Commits
  • 67355c6 chore: prepare tokio-stream v0.1.17 (#7020)
  • 405d746 signal: remove oneshot channels from tests (#7015)
  • e0d1293 ci: add instructions that explain how to fix spellcheck errors (#7016)
  • 480c010 signal: add SignalKind::info on illumos (#6995)
  • c032ea0 ci: detect trailing whitespace (#7013)
  • 0b31c2f chore: prepare tokio-util v0.7.13 (#7012)
  • 129f9fc codec: fix incorrect handling of invalid utf-8 in LinesCodec::decode_eof (#...
  • b5c227d tracing: move tracing instrumentation tests into tokio tests (#7007)
  • dcae2b9 ci: unfreeze FreeBSD from rustc 1.81 (#7009)
  • bb9d570 chore: prepare Tokio v1.42.0 (#7005)
  • Additional commits viewable in compare view

Updates serde from 1.0.215 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • Additional commits viewable in compare view

Updates serde_json from 1.0.133 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)
Commits
  • 9802c08 Release 1.0.135
  • b97935f Merge pull request #1226 from tisonkun/map-into-values
  • d48c224 Add Map::into_values method
  • 1e77cac Resolve precedence clippy lint
  • b2a1415 Release 1.0.134
  • 9875785 Tweak wording of NULL/TRUE/FALSE documentation
  • 4aa05b9 Merge pull request #1222 from dtolnay/rawvalueassoc
  • f42c7c7 Move RawValue associated constants into same impl block as public functions
  • 96576ba Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools
  • 4db66fb Add 'static lifetime to const's
  • Additional commits viewable in compare view

Updates chrono from 0.4.38 to 0.4.39

Release notes

Sourced from chrono's releases.

0.4.39

What's Changed

Commits

Updates glob from 0.3.1 to 0.3.2

Release notes

Sourced from glob's releases.

v0.3.2

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...v0.3.2

Changelog

Sourced from glob's changelog.

0.3.2 - 2024-12-28

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...0.3.2

Commits
  • 58d0748 chore: release v0.3.2
  • 55b1be0 Merge pull request #150 from tgross35/release-plz
  • 56054d2 Add release-plz for automated releases
  • b93bca1 Merge pull request #151 from tgross35/fix-ci
  • 1dff477 Add a success job to CI for branch protection
  • 9bd1af8 Update CI runners to the latest available versions
  • 8c5d22c Check only (no longer test) at the MSRV
  • 89ef8a3 Clean up the CI configuration file
  • 49ee1e9 Merge pull request #140 from rust-lang/dependabot/github_actions/actions/chec...
  • 9c9f43f Bump actions/checkout from 3 to 4
  • Additional commits viewable in compare view

Updates inventory from 0.3.15 to 0.3.17

Release notes

Sourced from inventory's releases.

0.3.17

  • Support other Wasm platforms in addition to WASI/Emscripten (#76, thanks @​dfoxfranke)

0.3.16

Commits
  • b843e1c Release 0.3.17
  • 00fb48d Touch up PR 76
  • b131245 Merge pull request #76 from dfoxfranke/master
  • 06c226f Document WebAssembly support
  • 4ca062a Ensure that constructors are idempotent on WASM
  • 9db0023 Use .init_array on all WASM targets, not just WASI/Emscripten
  • 7a2a06e Update ui test suite to nightly-2024-12-25
  • 7d32b0e Release 0.3.16
  • 59030c7 Merge pull request #75 from dtolnay/wasm
  • d539426 Make Wasm link section conditional on compiler version
  • Additional commits viewable in compare view

Updates roaring from 0.10.7 to 0.10.10

Release notes

Sourced from roaring's releases.

v0.10.10

What's Changed

Full Changelog: RoaringBitmap/roaring-rs@v0.10.9...v0.10.10

v0.10.9

What's Changed

Full Changelog: RoaringBitmap/roaring-rs@v0.10.8...v0.10.9

v0.10.8

What's Changed

New Contributors

Full Changelog: RoaringBitmap/roaring-rs@v0.10.7...v0.10.8

Commits
  • ec43b17 Merge pull request #309 from RoaringBitmap/bump-version
  • 625f66e Bump version to v0.10.10
  • 275840c Merge pull request #308 from RoaringBitmap/upgrade-dependencies
  • fce866f Upgrade incompatible dependencies
  • 3382705 Upgrade compatible dependencies
  • 27743fb Merge pull request #306 from RoaringBitmap/insert-many
  • d5dca9a Make clippy happy
  • 1eb31a0 Replace insert_many by the Extend trait
  • 245d604 Mark many inherent method inline
  • fcb7dfb Make the insert_many method accept an Iterator
  • Additional commits viewable in compare view

Updates semver from 1.0.23 to 1.0.24

Release notes

Sourced from semver's releases.

1.0.24

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#328, thanks @​Eh2406)
Commits
  • 6f4069d Release 1.0.24
  • d03aba3 Touch up PR 328
  • 238757d Merge pull request #328 from Eh2406/master
  • 75856ef faster Ord when Eq
  • 89504eb Prevent upload-artifact step from causing CI failure
  • d1b17a9 Upload CI Cargo.lock for reproducing failures
  • 4ea60ae Resolve doc_lazy_continuation clippy lint
  • f96f9d8 Merge pull request #319 from dtolnay/docsrs
  • fc5c98d Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view

Updates hickory-proto from 0.24.1 to 0.24.2

Release notes

Sourced from hickory-proto's releases.

v0.24.2

What's Changed

Changelog

Sourced from hickory-proto's changelog.

0.24.2

  • Upgrade to idna 1 due to RUSTSEC-2024-0421 (#2664)
Commits

Updates typetag from 0.2.18 to 0.2.19

Release notes

Sourced from typetag's releases.

0.2.19

  • Support traits containing associated type with where Self: Sized in Rust 1.74+ (#91, thanks @​contagon)
Commits
  • aa02128 Release 0.2.19
  • 799b24b Extract 'Self: Sized' check to a function
  • a408589 Touch up PR 91
  • 9bdf40d Enable Deserialize impls in PR 91 test
  • 268780f Merge pull request #92 from dtolnay/since
  • 1bfa11b Disable 'Self: Sized' associated type test on rustc older than 1.74
  • c2879c8 Merge pull request #91 from contagon/sized_assoc_types
  • 2996f9e Add check to allow sized assoc types
  • 3522d8c Prevent upload-artifact step from causing CI failure
  • 4807a5b Merge pull request #90 from dtolnay/async
  • Additional commits viewable in compare view

Updates libc from 0.2.167 to 0.2.169

Release notes

Sourced from libc's releases.

0.2.169

Added

Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

Cleanup

0.2.168

Added

Deprecated

  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#4183)

Fixed

  • Make the Debug implementation for unions opaque (#4176)

Other

Changelog

Sourced from libc's changelog.

0.2.169 - 2024-12-18

Added

Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

Cleanup

0.2.168 - 2024-12-09

Added

Deprecated

  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#4183)

Fixed

  • Make the Debug implementation for unions opaque (#4176)

Other

  • Allow the unpredictable_function_pointer_comparisons lint where needed rust-lang/libc#4177
  • CI: Upload artifacts created by libc-t...

    Description has been truncated

Bumps the patches group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.7` | `1.1.8` |
| [clap](https://github.com/clap-rs/clap) | `4.5.22` | `4.5.26` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.11.1` |
| [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.135` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |
| [inventory](https://github.com/dtolnay/inventory) | `0.3.15` | `0.3.17` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.7` | `0.10.10` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [hickory-proto](https://github.com/hickory-dns/hickory-dns) | `0.24.1` | `0.24.2` |
| [typetag](https://github.com/dtolnay/typetag) | `0.2.18` | `0.2.19` |
| [libc](https://github.com/rust-lang/libc) | `0.2.167` | `0.2.169` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.0` | `1.11.3` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.24` |
| [mock_instant](https://github.com/museun/mock_instant) | `0.5.1` | `0.5.2` |
| [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) | `0.3.11` | `0.3.12` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.20` | `0.8.21` |
| [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.96` |
| [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` |
| [quanta](https://github.com/metrics-rs/quanta) | `0.12.3` | `0.12.5` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.97` | `0.2.99` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.1` | `3.0.2` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.42` |


Updates `pin-project` from 1.1.7 to 1.1.8
- [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.7...v1.1.8)

Updates `clap` from 4.5.22 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.22...clap_complete-v4.5.26)

Updates `uuid` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.11.1)

Updates `proptest-derive` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md)
- [Commits](proptest-rs/proptest@proptest-derive-0.5.0...0.5.1)

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

Updates `tokio-stream` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17)

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

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

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

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

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

Updates `roaring` from 0.10.7 to 0.10.10
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.7...v0.10.10)

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

Updates `hickory-proto` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.1...v0.24.2)

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

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

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

Updates `bstr` from 1.11.0 to 1.11.3
- [Commits](BurntSushi/bstr@1.11.0...1.11.3)

Updates `env_logger` from 0.11.5 to 0.11.6
- [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.5...v0.11.6)

Updates `log` from 0.4.22 to 0.4.24
- [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.24)

Updates `mock_instant` from 0.5.1 to 0.5.2
- [Commits](https://github.com/museun/mock_instant/commits)

Updates `crossbeam-queue` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-queue-0.3.11...crossbeam-queue-0.3.12)

Updates `crossbeam-utils` from 0.8.20 to 0.8.21
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.20...crossbeam-utils-0.8.21)

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

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

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

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

Updates `clap-verbosity-flag` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v3.0.1...v3.0.2)

Updates `clap_complete` from 4.5.38 to 4.5.42
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.42)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: proptest-derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: inventory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: roaring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: hickory-proto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: typetag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: mock_instant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: crossbeam-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: crossbeam-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quanta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 22:33
@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 10, 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 Jan 10, 2025
@jszwedko jszwedko enabled auto-merge January 10, 2025 22:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 11, 2025
auto-merge was automatically disabled January 11, 2025 05:55

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/patches-4b567d543d branch January 11, 2025 05:55
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