Skip to content

chore(deps): bump the patch group across 1 directory with 11 updates#8458

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/patch-0a74d8a9c8
Closed

chore(deps): bump the patch group across 1 directory with 11 updates#8458
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/patch-0a74d8a9c8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2026

Bumps the patch group with 11 updates in the / directory:

Package From To
anyhow 1.0.98 1.0.102
async-lock 3.4.0 3.4.2
async-trait 0.1.88 0.1.89
erased-serde 0.4.6 0.4.10
proc-macro2 1.0.95 1.0.106
quote 1.0.40 1.0.45
semver 1.0.27 1.0.28
syn 2.0.104 2.0.117
test-log 0.2.18 0.2.19
tracing-subscriber 0.3.22 0.3.23
aws-lc-sys 0.39.0 0.39.1

Updates anyhow from 1.0.98 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

1.0.101

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates async-lock from 3.4.0 to 3.4.2

Release notes

Sourced from async-lock's releases.

v3.4.2

  • Bump MSRV to 1.85. (#103)
  • Use Waker::noop() to avoid some unsafe code. (#103)

v3.4.1

  • Fix typos in docs. (#89)
Changelog

Sourced from async-lock's changelog.

Version 3.4.2

  • Bump MSRV to 1.85. (#103)
  • Use Waker::noop() to avoid some unsafe code. (#103)

Version 3.4.1

  • Fix typos in docs. (#89)
Commits
  • 7ad5313 v3.4.2
  • 759c1a5 Update flume requirement from 0.11.0 to 0.12.0 (#106)
  • 78bf471 doc: Fix test by ignoring it on WASM
  • ed9752e m: Use Waker::noop() instead of NOOP_WAKER
  • a579f22 m: Don't re-implement ready! and pin!
  • c48c7af Merge pull request #102 from atouchet/rd
  • 33b1acf Fix build badge
  • 82283a2 v3.4.1
  • cd0937d Fix clippy::empty_line_after_doc_comments and clippy::empty_line_after_outer_...
  • 7819a20 Fix clippy::needless_lifetimes warning
  • Additional commits viewable in compare view

Updates async-trait from 0.1.88 to 0.1.89

Release notes

Sourced from async-trait's releases.

0.1.89

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

Updates erased-serde from 0.4.6 to 0.4.10

Release notes

Sourced from erased-serde's releases.

0.4.10

0.4.9

  • Allow underlying serializer to dangle during erased serializer drop (#117)

0.4.8

  • Raise serde version requirement to >=1.0.220

0.4.7

  • Switch serde dependency to serde_core (#116)
Commits
  • 4bea873 Release 0.4.10
  • 673ece8 Merge pull request #120 from sivizius/fix-skip-in-struct-variant
  • bc2d14b fix SerializeStructVariant::erased_skip_field
  • a1a91ea Unpin CI miri toolchain
  • 4017942 Pin CI miri to nightly-2026-02-11
  • d94c625 Update ui test suite to nightly-2026-01-21
  • 2d0ab74 Exclude benchmark dependencies from being compiled by miri
  • 523ff00 Run clippy on benches in CI
  • 444d86f Switch from cargo bench to criterion
  • cb0e244 Update actions/upload-artifact@v5 -> v6
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.95 to 1.0.106

Release notes

Sourced from proc-macro2's releases.

1.0.106

  • Optimize Span::byte_range (#530)

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)

1.0.104

1.0.103

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#525)

1.0.102

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#523, #524)

1.0.101

  • Optimize Span location accessors (#519)

1.0.100

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#517, #518)

1.0.99

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#515)

1.0.98

1.0.97

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#505, #512, thanks @​davvid)

1.0.96

  • Simplify how rustdoc flags are decided during docs.rs builds (#511)
Commits
  • 58ab776 Release 1.0.106
  • 1e18a0b Merge pull request #530 from dtolnay/byterange
  • 7f5973b Make char count bidirectional
  • 08d1dd0 Cache span end positions
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • Additional commits viewable in compare view

Updates quote from 1.0.40 to 1.0.45

Release notes

Sourced from quote's releases.

1.0.45

  • Add ToTokens impl for Arc<T> (#326)

1.0.44

  • Support raw lifetime syntax 'r#async (#323)

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)

1.0.42

1.0.41

  • Improve compile error when repetition contains no interpolated value that is an iterator (#302)
Commits
  • 842ffde Release 1.0.45
  • 93d691c Merge pull request #326 from dtolnay/arc
  • d27d589 ToTokens for Arc
  • 24d1082 Update ui test suite to nightly-2026-02-18
  • 26b1276 Unpin CI miri toolchain
  • c5e1c9e Pin CI miri to nightly-2026-02-11
  • 58e2155 Remove compiler version support from readme
  • 1fc6b50 Raise required compiler to Rust 1.71
  • 515480a Update ui test suite to nightly-2026-02-01
  • 2c5e770 Update ui test suite to nightly-2026-01-30
  • Additional commits viewable in compare view

Updates semver from 1.0.27 to 1.0.28

Release notes

Sourced from semver's releases.

1.0.28

  • Documentation improvements
Commits
  • 7625c7a Release 1.0.28
  • fd404d0 Merge pull request 351 from czy-29/master
  • f75f26e The doc_auto_cfg and doc_cfg features have been merged
  • 9e2bfa2 Enable serde on docs.rs and automatically add serde flag to the docs
  • 8591f23 Unpin CI miri toolchain
  • 66bdd2c Pin CI miri to nightly-2026-02-11
  • 324ffce Switch from cargo bench to criterion
  • 34133a5 Update actions/upload-artifact@v5 -> v6
  • 7f935ff Update actions/upload-artifact@v4 -> v5
  • c07fb91 Switch from test::black_box to std::hint::black_box
  • Additional commits viewable in compare view

Updates syn from 2.0.104 to 2.0.117

Release notes

Sourced from syn's releases.

2.0.117

  • Fix parsing of self:: pattern in first function argument (#1970)

2.0.116

  • Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#1968)

2.0.115

  • Enable GenericArgument::Constraint parsing in non-full mode (#1966)

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)

2.0.113

  • Allow parsing TypeParam with colon not followed by any type param bounds (#1953, thanks @​wyfo)

2.0.112

2.0.111

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#1946)

2.0.110

  • Tweaks to improve build speed (#1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#1940)
  • Support parsing syn::Meta followed by => (#1944)

2.0.109

2.0.108

  • Parse unrecognized or invalid literals as Lit::Verbatim (#1925)

2.0.107

  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#1917)
  • Improve panic message on Punctuated index out of bounds (#1922)

2.0.106

  • Replace ~const syntax with [const] conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)
  • Support conditionally const impl Trait types (#1897)
  • Reject polarity modifier and lifetime binder used in the same trait bound (#1899, rust-lang/rust#127054)
  • Parse const trait bounds with bound lifetimes (#1902)
  • Parse bound lifetimes with lifetime bounds (#1903)
  • Allow type parameters and const parameters in trait bounds and generic closures (#1904, #1907, #1908, #1909)

2.0.105

Commits
  • 7bcb37c Release 2.0.117
  • 9c6e7d3 Merge pull request #1970 from dtolnay/receiver
  • 019a848 Fix self:: pattern in first function argument
  • 23f54f3 Update test suite to nightly-2026-02-18
  • b99b9a6 Unpin CI miri toolchain
  • a62e54a Release 2.0.116
  • 5a8ed9f Merge pull request #1968 from dtolnay/receiver
  • 813afcc Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver
  • c172150 Add regression test for issue 1718
  • 0071ab3 Ignore type_complexity clippy lint
  • Additional commits viewable in compare view

Updates test-log from 0.2.18 to 0.2.19

Release notes

Sourced from test-log's releases.

v0.2.19

What's Changed

  • Adjusted tracing output to log to stderr

New Contributors

Full Changelog: d-e-s-o/test-log@v0.2.18...v0.2.19

Changelog

Sourced from test-log's changelog.

0.2.19

  • Adjusted tracing output to log to stderr
Commits
  • b4cd4a3 Bump version to 0.2.19
  • bafe834 Emit tracing output to stderr
  • 9e7aafb Bump actions/checkout from 5 to 6
  • 7fc5975 Suggest using [dev-dependencies] instead of [dependencies] in README.md
  • 25e7c36 Bump actions/checkout from 4 to 5
  • b633926 Address clippy reported issue
  • 628feee Don't specify patch level for dev-dependencies
  • d1a217e Update rstest requirement from 0.25.0 to 0.26.1
  • a2c6ba2 Document private items in documentation CI job
  • See full diff in compare view

Updates tracing-subscriber from 0.3.22 to 0.3.23

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.23

Fixed

  • Allow ansi sanitization to be disabled (#3484)

#3484: tokio-rs/tracing#3484

Commits

Updates aws-lc-sys from 0.39.0 to 0.39.1

Commits

@dependabot dependabot Bot added dependencies Upgrading/unifying dependencies rust Improving code quality labels Apr 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 4, 2026 05:53
@dependabot dependabot Bot added dependencies Upgrading/unifying dependencies rust Improving code quality labels Apr 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/patch-0a74d8a9c8 branch 2 times, most recently from ab5e0ca to 32e07d0 Compare April 11, 2026 01:42
Bumps the patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.102` |
| [async-lock](https://github.com/smol-rs/async-lock) | `3.4.0` | `3.4.2` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` |
| [erased-serde](https://github.com/dtolnay/erased-serde) | `0.4.6` | `0.4.10` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.106` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.45` |
| [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` |
| [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.117` |
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.18` | `0.2.19` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.39.0` | `0.39.1` |



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

Updates `async-lock` from 3.4.0 to 3.4.2
- [Release notes](https://github.com/smol-rs/async-lock/releases)
- [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-lock@v3.4.0...v3.4.2)

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

Updates `erased-serde` from 0.4.6 to 0.4.10
- [Release notes](https://github.com/dtolnay/erased-serde/releases)
- [Commits](dtolnay/erased-serde@0.4.6...0.4.10)

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

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

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

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

Updates `test-log` from 0.2.18 to 0.2.19
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.18...v0.2.19)

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

Updates `aws-lc-sys` from 0.39.0 to 0.39.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.39.0...aws-lc-sys/v0.39.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-lock
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-trait
  dependency-version: 0.1.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: erased-serde
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: quote
  dependency-version: 1.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: semver
  dependency-version: 1.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: syn
  dependency-version: 2.0.117
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: test-log
  dependency-version: 0.2.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: aws-lc-sys
  dependency-version: 0.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/patch-0a74d8a9c8 branch from 32e07d0 to 67c3d6b Compare April 13, 2026 20:23
Copy link
Copy Markdown

@fedimint-bot fedimint-bot left a comment

Choose a reason for hiding this comment

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

Summary

Routine patch-level dependency bump updating 11 crates: anyhow (1.0.98→1.0.102, drops the backtrace dependency), syn (2.0.104→2.0.117), async-lock (3.4.0→3.4.2), async-trait (0.1.88→0.1.89), aws-lc-sys (0.39.0→0.39.1), erased-serde (0.4.6→0.4.10, adds serde_core dependency), proc-macro2 (1.0.95→1.0.106), quote (1.0.40→1.0.45), semver (1.0.27→1.0.28), test-log/test-log-macros (0.2.18→0.2.19), and tracing-subscriber (0.3.22→0.3.23). Only Cargo.toml and Cargo.lock are changed.

Consensus Impact

None. No consensus-critical source files are modified. All changes are confined to dependency version declarations in Cargo.toml and the corresponding lock file entries.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 15, 2026

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

@dependabot dependabot Bot closed this Apr 15, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/patch-0a74d8a9c8 branch April 15, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrading/unifying dependencies rust Improving code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant