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 18 updates #55

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the cargo-deps group with 18 updates:

Package From To
serde 1.0.197 1.0.199
simple_logger 4.3.3 5.0.0
thiserror 1.0.58 1.0.59
hashbrown 0.14.3 0.14.5
allocator-api2 0.2.16 0.2.18
either 1.10.0 1.11.0
getrandom 0.2.12 0.2.14
libc 0.2.153 0.2.154
proc-macro2 1.0.79 1.0.81
quote 1.0.35 1.0.36
serde_derive 1.0.197 1.0.199
strsim 0.11.0 0.11.1
syn 2.0.57 2.0.60
thiserror-impl 1.0.58 1.0.59
time 0.3.34 0.3.36
time-macros 0.2.17 0.2.18
toml_edit 0.22.9 0.22.12
winnow 0.6.5 0.6.7

Updates serde from 1.0.197 to 1.0.199

Release notes

Sourced from serde's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)

v1.0.198

Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • c4fb923 Release 1.0.198
  • 65b7eea Merge pull request #2729 from dtolnay/saturating
  • 01cd696 Integrate Saturating<T> deserialization into impl_deserialize_num macro
  • c13b3f7 Format PR 2709
  • a6571ee Merge pull request #2709 from jbethune/master
  • 6e38aff Revert "Temporarily disable miri on doctests"
  • Additional commits viewable in compare view

Updates simple_logger from 4.3.3 to 5.0.0

Release notes

Sourced from simple_logger's releases.

v5.0.0

What's Changed

  • Fix stderr color dependence on stdout by @​spoutn1k in borntyping/rust-simple_logger#91
    • When using the stderr and colors features, logs will be printed in colour even when STDOUT is redirected.
    • Fixes #71.
    • This also cleans up the feature names used in the code. All references should now be to the colors feature, not the colored dependency.
  • Removed set_up_color_terminal from the public API. This has been called by init() for a while now.

New Contributors

Full Changelog: borntyping/rust-simple_logger@v4.3.3...v5.0.0

Commits
  • fb96a82 Release 5.0.0
  • 1fb7ee6 Tidy up handling of stderr+colors
  • 4c461f7 Merge pull request #91 from spoutn1k/main
  • 169b958 Rename colored feature to proper colors feature
  • b289a46 Override colored choices when running with stderr
  • See full diff in compare view

Updates thiserror from 1.0.58 to 1.0.59

Release notes

Sourced from thiserror's releases.

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • e7ad85e Release 1.0.59
  • af477ec Merge pull request #297 from dtolnay/traitident
  • f3fbd99 Implement ToTokens without reliance on {:?}
  • 508ece8 Revert "Temporarily disable miri on doctests"
  • c8c804c Explicitly install a Rust toolchain for cargo-outdated job
  • 6969595 Merge pull request #293 from dtolnay/workspacewrapper
  • 488d52f Apply RUSTC_WORKSPACE_WRAPPER
  • ba33438 Temporarily disable miri on doctests
  • See full diff in compare view

Updates hashbrown from 0.14.3 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

[v0.14.4] - 2024-03-19

This release was yanked due to a breaking change.

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view

Updates allocator-api2 from 0.2.16 to 0.2.18

Commits
  • 100147d Bump patch version
  • b0f3849 Update tests
  • d96530e Fix warning
  • 4b115a4 Bump patch version
  • c50521d Merge pull request #13 from jess-sol/main
  • 4d178c7 Add Write implementation for Vec
  • 738620d Merge pull request #11 from cloneable/fix-vec-in-zero-elements
  • 7f86d4b Fix vec![in] without elements to use correct allocator
  • 6a67e3c Merge pull request #4 from decathorpe/main
  • c0b5043 align included license files with Rust project best practices
  • See full diff in compare view

Updates either from 1.10.0 to 1.11.0

Commits

Updates getrandom from 0.2.12 to 0.2.14

Changelog

Sourced from getrandom's changelog.

[0.2.14] - 2024-04-08

Fixed

  • Enable /dev/urandom fallback for MUSL-based Linux targets #408

#408: rust-random/getrandom#408

[0.2.13] - 2024-04-06

Added

  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396

Changed

  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches: aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #396
  • Do not catch EPERM error code on Android while checking availability of the getrandom syscall #396

#396: rust-random/getrandom#396

Commits
  • a39033a Enable /dev/urandom fallback for MUSL-based Linux targets (#408)
  • 968dd48 Release v0.2.13 (#405)
  • 8ffd43e Conditionally disable file fallback for Android and Linux (#396)
  • 6b7bcb5 Replace man7.org links with manned.org (#404)
  • 5f0701f CI: Run tests on aarch64-apple-darwin and aarch64-apple-ios-sim. (#398)
  • 489eeee Fix nightly build by removing redundant use (#399)
  • d102c36 Use doc_auto_cfg instead of doc_cfg (#392)
  • 2e4bb4d Correct comments regarding LazyUsize (#391)
  • See full diff in compare view

Updates libc from 0.2.153 to 0.2.154

Release notes

Sourced from libc's releases.

0.2.154

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.153...0.2.154

Commits
  • b78d6a3 Merge pull request #3573 from Dirreke/update-libc0.2
  • 3111f6f Merge pull request #3600 from pcc/strtime
  • 4d836cc Merge pull request #3618 from devnexen/dfbsd_gtrandom
  • 23a1b4c Merge pull request #3638 from nielx/haiku-hrev57593-0.2
  • f4ab3e7 Merge pull request #3637 from ur4t/libc-0.2
  • 4d6fe50 Move strftime, strftime_l, strptime to linux_like
  • e79e95f adding getentropy/getrandom to dragonflybsd.
  • 8220683 Double quote variables in shell scripts
  • c0a6936 Add constant AT_MINSIGSTKSZ introduced by glibc 2.35
  • 1c7f8fc Haiku: synchronize with post R1-beta 4 changes in libc
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.79 to 1.0.81

Release notes

Sourced from proc-macro2's releases.

1.0.81

  • Documentation improvements

1.0.80

  • Add Literal::byte_character constructor (#449)
  • Add Literal::c_string constructor #450)
Commits
  • fd2c998 Release 1.0.81
  • f965e17 Merge pull request #453 from dtolnay/delimiternone
  • 69fd060 Sync documentation of Delimiter::None
  • da51f8d Release 1.0.80
  • 392fa6c Ignore needless_pass_by_value pedantic clippy lint in test
  • 1ff5c1f Ignore needless_raw_string_hashes pedantic clippy lint in test
  • 0c9449e Import some Literal tests from libproc_macro
  • 28c87ad Add tests of negative literal construction
  • c61f5db Add some tests of cstr raw literals
  • d50dcd9 Merge pull request #450 from dtolnay/cstr
  • Additional commits viewable in compare view

Updates quote from 1.0.35 to 1.0.36

Release notes

Sourced from quote's releases.

1.0.36

  • Documentation improvements
Commits
  • 5d4880c Release 1.0.36
  • 1dd7ce7 Merge pull request #273 from dtolnay/doc
  • 0bc5d12 Apply doc comment to cfg(not(doc)) macros too
  • c295f5c Revert "Temporarily disable miri on doctests"
  • 435bd1b Update ui test suite to nightly-2024-03-31
  • cc3847d Explicitly install a Rust toolchain for cargo-outdated job
  • 6259d49 Temporarily disable miri on doctests
  • bdb4b59 Update ui test suite to nightly-2024-02-08
  • c2aeca9 Update ui test suite to nightly-2024-01-31
  • 376a061 Merge pull request #270 from dtolnay/bench
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.197 to 1.0.199

Release notes

Sourced from serde_derive's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)

v1.0.198

Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • c4fb923 Release 1.0.198
  • 65b7eea Merge pull request #2729 from dtolnay/saturating
  • 01cd696 Integrate Saturating<T> deserialization into impl_deserialize_num macro
  • c13b3f7 Format PR 2709
  • a6571ee Merge pull request #2709 from jbethune/master
  • 6e38aff Revert "Temporarily disable miri on doctests"
  • Additional commits viewable in compare view

Updates strsim from 0.11.0 to 0.11.1

Release notes

Sourced from strsim's releases.

Release 0.11.1

Fixed

  • Drop MSRV down to 1.56 which was mistakenly changed in 0.11.0
Changelog

Sourced from strsim's changelog.

[0.11.1] - (2024-04-03)

Fixed

  • Drop MSRV down to 1.56 which was mistakenly changed in 0.11.0
Commits

Updates syn from 2.0.57 to 2.0.60

Release notes

Sourced from syn's releases.

2.0.60

  • Improve how None-delimited groups are counted by peek (#1625)

2.0.59

  • Parse c"…" and cr"…" C-string literal syntax as Lit::CStr (#1502)

2.0.58

  • Support $ in custom_punctuation! macro (#1611)
Commits
  • 7029b22 Release 2.0.60
  • e978b98 Remove html_root_url & syn.json reminder from Cargo.toml
  • 48f99b0 Merge pull request #1625 from dtolnay/peek
  • 4b18c15 Improve how None-delimited groups are counted by peek
  • 9f00b23 Merge pull request #1624 from dtolnay/peektest
  • 990300a Add more extensive tests for ParseStream::peek
  • 1431bd6 Update None-delimited group notation to use «∅ ∅»
  • 54a1643 Fix empty-set symbol in comments
  • 7307d29 Merge pull request #1623 from dtolnay/arrays
  • 68d1cd9 Take advantage of the IntoIterator for [T; N]
  • Additional commits viewable in compare view

Updates thiserror-impl from 1.0.58 to 1.0.59

Release notes

Sourced from thiserror-impl's releases.

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • e7ad85e Release 1.0.59
  • af477ec Merge pull request #297 from dtolnay/traitident
  • f3fbd99 Implement ToTokens without reliance on {:?}
  • 508ece8 Revert "Temporarily disable miri on doctests"
  • c8c804c Explicitly install a Rust toolchain for cargo-outdated job
  • 6969595 Merge pull request #293 from dtolnay/workspacewrapper
  • 488d52f Apply RUSTC_WORKSPACE_WRAPPER
  • ba33438 Temporarily disable miri on doctests
  • See full diff in compare view

Updates time from 0.3.34 to 0.3.36

Release notes

Sourced from time's releases.

v0.3.36

See the changelog for details.

v0.3.35

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.36 [2024-04-10]

# Fixed

  • FormatItem can be used as part of an import path. See #675 for details.

#675: time-rs/time#675

0.3.35 [2024-04-10]

Added

  • Duration::checked_neg
  • ext::InstantExt, which provides methods for using time::Duration with std::time::Instant

Changed

  • Instant is deprecated. It is recommended to use std::time::Instant directly, importing time::ext::InstantExt for interoperability with time::Duration.
  • FormatItem has been renamed to BorrowedFormatItem, avoiding confusion with OwnedFormatItem. An alias has been added for backwards compatibility.

Fixed

  • The weekday is optional when parsing RFC2822.
  • The range of sub-second values in Duration is documented correctly. The previous documentation contained an off-by-one error.
  • Leap seconds are now correctly handled when parsing ISO 8601.
Commits
  • 3c3c546 pub use instead of pub type re-exporting
  • 266178d Update code coverage CI
  • 131049e v0.3.35 release
  • 9c15ee3 Permit leap seconds when parsing ISO 8601
  • d279d8d Fix invalid offset hour diagnostic test
  • f04a28f Eliminate unreachable branch
  • 06a096d Rename FormatItem to BorrowedFormatItem
  • fd664ee Include diagnostics regression
  • b8d09a7 Address nightly lints
  • 330865a Update deny.toml
  • Additional commits viewable in compare view

Updates time-macros from 0.2.17 to 0.2.18

Changelog

Sourced from time-macros's changelog.

0.2.18 [2020-09-08]

Changed

  • The following functions are const fn on rustc ≥ 1.46:
    • Date::try_from_ymd
    • Date::try_from_yo
    • Time::try_from_hms
    • Time::try_from_hms_milli
    • Time::try_from_hms_micro
    • Time::try_from_hms_nano
  • An error module has been created where all existing error types are contained. The Error suffix has been dropped from these types.
  • An ext module has been created where extension traits are contained.
  • A util module has been created where utility functions are contained.
  • error::ComponentRange now implements Copy.

For back-compatibility, all items that were moved to newly-contained modules have been re-exported from their previous locations (and in the case of the error module, with their previous name).

Fixes

Parsing format::Rfc3339 now correctly handles the UTC offset (#274).

Commits

Updates toml_edit from 0.22.9 to 0.22.12

Commits
  • 8fed242 chore: Release
  • 280c4da docs: Update changelog
  • 8f00bf0 Merge pull request #716 from epage/check
  • 73cbee7 test(fuzz): Verify error rendering doesn't panic
  • ed26084 Merge pull request #715 from epage/fuzz
  • f4f7eb1 fix(parser): Ensure error spans are valid for escape sequences
  • 90471b0 test(fuzz): Resolve deprecation
  • ce2275f test(fuzz): Show reproduction cases
  • 715616f chore: Release
  • 136494d docs: Update changelog
  • Additional commits viewable in compare view

Updates winnow from 0.6.5 to 0.6.7

Changelog

Sourced from winnow's changelog.

[0.6.7] - 2024-04-26

Fixes

  • Improve debug traces when Input wrapper types are used

[0.6.6] - 2024-04-11

Fixes

  • Add impl ErrorConvert for ContextError so it can be used with bit parsing
Commits
  • 5c3a98e chore: Release
  • 062940d docs: Update changelog
  • 0d5dcdf Merge pull request #514 from epage/trace
  • 680b41a fix(debug): Improve traces for wrapped Inputs
  • 73211ad chore: Release
  • 9b890f1 docs: Update changelog
  • 92b008e Merge pull request #500 from Lexicality/errorcontext-bits-compatability
  • 40a0a15 feat(error): Add impl ErrorConvert for ContextError
  • 8512ab7 chore(ci): Test latest deps like regular tests
  • 58154a6 chore(ci): Update for new miri in rust-next
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-deps group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.199` |
| [simple_logger](https://github.com/borntyping/rust-simple_logger) | `4.3.3` | `5.0.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.16` | `0.2.18` |
| [either](https://github.com/rayon-rs/either) | `1.10.0` | `1.11.0` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.12` | `0.2.14` |
| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.79` | `1.0.81` |
| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.199` |
| [strsim](https://github.com/rapidfuzz/strsim-rs) | `0.11.0` | `0.11.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.57` | `2.0.60` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |
| [time](https://github.com/time-rs/time) | `0.3.34` | `0.3.36` |
| [time-macros](https://github.com/time-rs/time) | `0.2.17` | `0.2.18` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.9` | `0.22.12` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.5` | `0.6.7` |


Updates `serde` from 1.0.197 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.199)

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

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

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

Updates `allocator-api2` from 0.2.16 to 0.2.18
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md)
- [Commits](zakarumych/allocator-api2@v0.2.16...v0.2.18)

Updates `either` from 1.10.0 to 1.11.0
- [Commits](rayon-rs/either@1.10.0...1.11.0)

Updates `getrandom` from 0.2.12 to 0.2.14
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.12...v0.2.14)

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

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

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

Updates `serde_derive` from 1.0.197 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.199)

Updates `strsim` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/rapidfuzz/strsim-rs/releases)
- [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md)
- [Commits](rapidfuzz/strsim-rs@v0.11.0...v0.11.1)

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

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

Updates `time` from 0.3.34 to 0.3.36
- [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.34...v0.3.36)

Updates `time-macros` from 0.2.17 to 0.2.18
- [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.2.17...v0.2.18)

Updates `toml_edit` from 0.22.9 to 0.22.12
- [Commits](toml-rs/toml@v0.22.9...v0.22.12)

Updates `winnow` from 0.6.5 to 0.6.7
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.5...v0.6.7)

---
updated-dependencies:
- 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-major
  dependency-group: cargo-deps
- dependency-name: thiserror
  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: allocator-api2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: getrandom
  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: 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_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: strsim
  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: thiserror-impl
  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: time-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: toml_edit
  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 May 1, 2024
@dependabot dependabot bot assigned b-n May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

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

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cargo-deps-1b118e15fe branch June 1, 2024 11:03
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