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

Bump the cargo-deps group with 25 updates #51

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the cargo-deps group with 25 updates:

Package From To
clap 4.4.7 4.4.12
serde 1.0.190 1.0.193
simple_logger 4.2.0 4.3.3
thiserror 1.0.50 1.0.53
toml 0.8.6 0.8.8
hashbrown 0.14.2 0.14.3
ahash 0.8.6 0.8.7
anstream 0.6.4 0.6.5
anstyle-parse 0.2.2 0.2.3
anstyle-query 1.0.0 1.0.2
anstyle-wincon 3.0.1 3.0.2
colored 2.0.4 2.1.0
crossbeam-deque 0.8.3 0.8.4
deranged 0.3.9 0.3.11
getrandom 0.2.10 0.2.11
itoa 1.0.9 1.0.10
libc 0.2.149 0.2.151
memchr 2.6.4 2.7.1
once_cell 1.18.0 1.19.0
proc-macro2 1.0.69 1.0.73
quote 1.0.33 1.0.34
serde_spanned 0.6.4 0.6.5
syn 2.0.38 2.0.44
time 0.3.30 0.3.31
winnow 0.5.18 0.5.31

Updates clap from 4.4.7 to 4.4.12

Release notes

Sourced from clap's releases.

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Changelog

Sourced from clap's changelog.

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Commits
  • 6d601e6 chore: Release
  • 048e7f0 docs: Update changelog
  • 53f5b82 Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help
  • 05cd057 perf: Avoid retrieving possible_values unless used
  • 2920808 test: Update snapshots
  • 28763eb chore: Release
  • ace7bb5 docs(complete): Update changelog
  • 76beca4 docs(complete): Polish API reference for dynamic
  • 3630e58 Merge pull request #5273 from epage/docsrs
  • 3724b9e docs: Include more content on docs.rs
  • Additional commits viewable in compare view

Updates serde from 1.0.190 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

v1.0.192

v1.0.191

  • Documentation improvements
Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • Additional commits viewable in compare view

Updates simple_logger from 4.2.0 to 4.3.3

Release notes

Sourced from simple_logger's releases.

v4.3.3

What's Changed

  • Added notes on project status to the README (v4.3.1).
  • Ensure module_levels is always sorted, so that enabled() correctly selects the most specific target. Fixes #90, thanks @​nikarh.

Full Changelog: borntyping/rust-simple_logger@v4.3.0...v4.3.2

v4.3.0

What's Changed

New Contributors

Full Changelog: borntyping/rust-simple_logger@v4.2.0...v4.3.0

Commits
  • f12a2b3 Fix cargo lint errors
  • 5f1cfd9 Ensure module_levels is always sorted
  • 50729f3 Add notes on project status to the README
  • 88e583e Tidy up README
  • a3ae008 Fix linter errors
  • b93af51 Release 4.3.0
  • 2513891 Add an example of wrapping the logger
  • 23f7665 Add test for max_level()
  • 8cec833 Don't require mut for max_level() and init()
  • fcd6e56 Add a non-windows stub for set_up_color_terminal()
  • Additional commits viewable in compare view

Updates thiserror from 1.0.50 to 1.0.53

Release notes

Sourced from thiserror's releases.

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • af28d9c Release 1.0.53
  • c22822c Merge pull request #275 from dtolnay/probers
  • 8722399 Rerun build script on changes to probe.rs
  • 0e280fe Merge pull request #274 from dtolnay/bootstrap
  • f334cfc Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 5fd9537 Update crate name used for build script probe
  • a9b1585 Move ExitStatus::success check into compile_probe()
  • 0f349a4 Remove needless_raw_string_hashes clippy pedantic suppression from build script
  • c1c003f Merge pull request #273 from dtolnay/cargoenvvar
  • 9b7356f Require cargo promised environment variables to be present
  • Additional commits viewable in compare view

Updates toml from 0.8.6 to 0.8.8

Commits

Updates hashbrown from 0.14.2 to 0.14.3

Changelog

Sourced from hashbrown's changelog.

[v0.14.3] - 2023-11-26

Added

  • Specialized fold implementation of iterators. (#480)

Fixed

  • Avoid using unstable ptr::invalid_mut on nightly. (#481)
Commits
  • f2e6212 Auto merge of #486 - Amanieu:release-0.14.3, r=Amanieu
  • 924237d Prepare release of v0.14.3
  • 291465a Auto merge of #480 - a1phyr:iter_fold, r=Amanieu
  • 798ba9f Address review comments
  • 2e138e9 Auto merge of #481 - RalfJung:ptr-invalid, r=Amanieu
  • dee5c03 Add comments
  • 5aa1b77 Apply suggestion: use match
  • 83273fb Remove old code
  • f13a05a avoid using unstable ptr::invalid_mut
  • deaf7eb Specialize fold implementation of iterators
  • Additional commits viewable in compare view

Updates ahash from 0.8.6 to 0.8.7

Commits

Updates anstream from 0.6.4 to 0.6.5

Commits
  • 2fd1db9 chore: Release
  • bf3c45d docs: Update changelog
  • 00e5945 Merge pull request #150 from epage/wincon
  • 28e5a96 fix(stream): Adapt Ansi256 colors for Wincon
  • 369a57b test(stream): Add wincon reproduction case
  • 277b5ee test(stream): Improve quality of output on failure
  • 953b2fc chore: Release
  • 419432b docs: Update changelog
  • ff38a89 Merge pull request #149 from epage/error
  • 1b0b59a feat(query): Expose wincon errors
  • Additional commits viewable in compare view

Updates anstyle-parse from 0.2.2 to 0.2.3

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view

Updates anstyle-query from 1.0.0 to 1.0.2

Commits

Updates anstyle-wincon from 3.0.1 to 3.0.2

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view

Updates colored from 2.0.4 to 2.1.0

Release notes

Sourced from colored's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: colored-rs/colored@v2.0.4...v2.1.0

Changelog

Sourced from colored's changelog.

2.1.0

Commits

Updates crossbeam-deque from 0.8.3 to 0.8.4

Release notes

Sourced from crossbeam-deque's releases.

crossbeam-deque 0.8.4

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 62024f1 Prepare for the next release
  • 0be853e Fix get_unchecked UB by raw pointer calculation
  • ab31855 ci: Use stable rustc for codegen
  • ac3d0f6 Remove dependency on scopeguard
  • ac0b414 Catch panics in critical section of thread::scope
  • c7b4f22 AtomicCell: Always implement {,Ref}UnwindSafe
  • 6cb3a57 epoch: Fix build error with loom
  • cb896e8 AtomicCell: Use fetch_{min,max}
  • cf9d974 AtomicCell: use atomic! macro in the impl_arithmetic!
  • 0ad36ec Resolve some MSRV-related TODOs
  • Additional commits viewable in compare view

Updates deranged from 0.3.9 to 0.3.11

Commits

Updates getrandom from 0.2.10 to 0.2.11

Changelog

Sourced from getrandom's changelog.

[0.2.11] - 2023-11-08

Added

  • GNU/Hurd support #370

Changed

  • Renamed __getrandom_internal to __GETRANDOM_INTERNAL #369
  • Updated link to Hermit docs #374

#369: rust-random/getrandom#369 #370: rust-random/getrandom#370 #374: rust-random/getrandom#374

Commits

Updates itoa from 1.0.9 to 1.0.10

Release notes

Sourced from itoa's releases.

1.0.10

Commits
  • 547c143 Release 1.0.10
  • ba20a60 Touch up PR 41
  • adecb79 Merge pull request #41 from CXWorks/master
  • 84bffa9 fix CI error
  • cefacdb add missing unit test for i128
  • 0d040f4 Remove 'remember to update' reminder from Cargo.toml
  • 2763105 Test docs.rs documentation build in CI
  • e999a5a Update name of clippy clone impl lint
  • 633b6ae Ignore needless_doctest_main clippy lint
  • 03549a2 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view

Updates libc from 0.2.149 to 0.2.151

Release notes

Sourced from libc's releases.

0.2.151

What's Changed

New Contributors

... (truncated)

Commits
  • fe5fe49 Auto merge of #3472 - JohnTitor:release-0.2.151, r=JohnTitor
  • f37806e Auto merge of #3471 - devnexen:netbsdlike_map_tryfixed, r=JohnTitor
  • 347d95a Auto merge of #3469 - devnexen:obsd_reg_riscv64, r=JohnTitor
  • 9645281 Prepare release for v0.2.151
  • 36f5f13 openbsd/netbsd MAP_TRYFIXED constant
  • 740e784 Auto merge of #3470 - JohnTitor:docs-rs-aarch64-apple-darwin, r=JohnTitor
  • 558acf1 Generate aarch64-apple-darwin docs on docs.rs
  • c4e3e91 Auto merge of #3453 - arctic-alpaca:main, r=JohnTitor
  • 0cd65a9 openbsd riscv64 adding sigcontext
  • 5901514 Add SOL_XDP to linux musl
  • Additional commits viewable in compare view

Updates memchr from 2.6.4 to 2.7.1

Commits
  • 31c1e79 2.7.1
  • d9ac66d api: impl Clone for FindRevIter
  • 8957028 benchmarks/engines/rust-memchr: complete bump to 2.7.0
  • 5caaf3e benchmarks/engines/rust-memchr: bump to 2.7.0
  • b93d817 2.7.0
  • 8b62928 cargo: remove unused exclusions
  • a22b2df ci: update to wasmtime 15
  • bce1940 benchmarks/engines/bytecount: revert to 0.6.4
  • 2f5d8c4 benchmarks: fix wasmtime command
  • e77f0bf arch: simplify and improve is_equal_raw
  • Additional commits viewable in compare view

Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits

Updates proc-macro2 from 1.0.69 to 1.0.73

Release notes

Sourced from proc-macro2's releases.

1.0.73

  • Documentation improvements

1.0.72

  • Improve build script to be robust to proc_macro::Span unstable API changes

1.0.71

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

1.0.70

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)
Commits
  • 4dce5d7 Release 1.0.73
  • 708540b Merge pull request #431 from dtolnay/doccfg
  • 014fa82 Restore documented cfg on LineColumn
  • df4fa83 Merge pull request #430 from dtolnay/nightlyci
  • 75897cf Make CI verify that proc_macro_span works in latest nightly
  • 643cb89 Release 1.0.72
  • 3db1977 Merge pull request #429 from dtolnay/probe
  • a961bae Test for the specific proc_macro_span API expected by proc-macro2
  • 784ae2e Merge pull request #428 from dtolnay/cargoenvvar
  • 8ade7da Require cargo promised environment variables to be present
  • Additional commits viewable in compare view

Updates quote from 1.0.33 to 1.0.34

Release notes

Sourced from quote's releases.

1.0.34

  • Documentation improvements
Commits

Updates serde_spanned from 0.6.4 to 0.6.5

Commits

Bumps the cargo-deps group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.12` |
| [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.193` |
| [simple_logger](https://github.com/borntyping/rust-simple_logger) | `4.2.0` | `4.3.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.53` |
| [toml](https://github.com/toml-rs/toml) | `0.8.6` | `0.8.8` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.2` | `0.14.3` |
| [ahash](https://github.com/tkaitchuck/ahash) | `0.8.6` | `0.8.7` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.4` | `0.6.5` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.2` | `0.2.3` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.2` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.1` | `3.0.2` |
| [colored](https://github.com/mackwic/colored) | `2.0.4` | `2.1.0` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.9` | `0.3.11` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.10` | `0.2.11` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.9` | `1.0.10` |
| [libc](https://github.com/rust-lang/libc) | `0.2.149` | `0.2.151` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.6.4` | `2.7.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.73` |
| [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.34` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.4` | `0.6.5` |
| [syn](https://github.com/dtolnay/syn) | `2.0.38` | `2.0.44` |
| [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.18` | `0.5.31` |


Updates `clap` from 4.4.7 to 4.4.12
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.7...v4.4.12)

Updates `serde` from 1.0.190 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.193)

Updates `simple_logger` from 4.2.0 to 4.3.3
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.2.0...v4.3.3)

Updates `thiserror` from 1.0.50 to 1.0.53
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.53)

Updates `toml` from 0.8.6 to 0.8.8
- [Commits](toml-rs/toml@toml-v0.8.6...toml-v0.8.8)

Updates `hashbrown` from 0.14.2 to 0.14.3
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.2...v0.14.3)

Updates `ahash` from 0.8.6 to 0.8.7
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

Updates `anstream` from 0.6.4 to 0.6.5
- [Commits](rust-cli/anstyle@anstream-v0.6.4...anstream-v0.6.5)

Updates `anstyle-parse` from 0.2.2 to 0.2.3
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.2...anstyle-parse-v0.2.3)

Updates `anstyle-query` from 1.0.0 to 1.0.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.0...anstyle-query-v1.0.2)

Updates `anstyle-wincon` from 3.0.1 to 3.0.2
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2)

Updates `colored` from 2.0.4 to 2.1.0
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.0.4...v2.1.0)

Updates `crossbeam-deque` from 0.8.3 to 0.8.4
- [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-deque-0.8.3...crossbeam-deque-0.8.4)

Updates `deranged` from 0.3.9 to 0.3.11
- [Commits](https://github.com/jhpratt/deranged/commits/v0.3.11)

Updates `getrandom` from 0.2.10 to 0.2.11
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.10...v0.2.11)

Updates `itoa` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.9...1.0.10)

Updates `libc` from 0.2.149 to 0.2.151
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.151)

Updates `memchr` from 2.6.4 to 2.7.1
- [Commits](BurntSushi/memchr@2.6.4...2.7.1)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

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

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

Updates `serde_spanned` from 0.6.4 to 0.6.5
- [Commits](toml-rs/toml@serde_spanned-v0.6.4...serde_spanned-v0.6.5)

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

Updates `time` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.30...v0.3.31)

Updates `winnow` from 0.5.18 to 0.5.31
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.18...v0.5.31)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: simple_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: ahash
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: colored
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: getrandom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2024
@dependabot dependabot bot assigned b-n Jan 1, 2024
@b-n b-n merged commit f352854 into main Jan 3, 2024
2 checks passed
@b-n b-n deleted the dependabot/cargo/cargo-deps-a793664a5f branch January 3, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant