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

build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 13 updates #3307

Open
wants to merge 1 commit into
base: albatross
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the minor-and-patch-cargo-updates group with 13 updates in the / directory:

Package From To
thiserror 2.0.11 2.0.12
serde_json 1.0.139 1.0.140
async-trait 0.1.86 0.1.87
pin-project 1.1.9 1.1.10
proc-macro2 1.0.93 1.0.94
quote 1.0.38 1.0.39
syn 2.0.98 2.0.99
time 0.3.37 0.3.39
bytes 1.10.0 1.10.1
bitflags 2.8.0 2.9.0
serde_bytes 0.11.15 0.11.16
serde_repr 0.1.19 0.1.20
anyhow 1.0.96 1.0.97

Updates thiserror from 2.0.11 to 2.0.12

Release notes

Sourced from thiserror's releases.

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
Commits
  • 95a5126 Release 2.0.12
  • 76490f7 Merge pull request #413 from dtolnay/elidablelifetime
  • 9f27b76 Ignore elidable_lifetime_names pedantic clippy lint
  • daf2a6f Resolve some elidable_lifetime_names pedantic clippy lint
  • 5f07160 Point standard library links to stable
  • 6706a51 Convert html links to intra-doc links
  • 2706873 More precise gitignore patterns
  • 70bc20d Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates serde_json from 1.0.139 to 1.0.140

Release notes

Sourced from serde_json's releases.

v1.0.140

  • Documentation improvements
Commits
  • 7627834 Release 1.0.140
  • d77a498 Merge pull request #1245 from serde-rs/powerpc
  • b34d317 Delete unused gcc installation
  • f7200c3 Ignore unbuffered_bytes clippy lint
  • 76cd4fb Ignore elidable_lifetime_names pedantic clippy lint
  • 400eaa9 Point standard library links to stable
  • See full diff in compare view

Updates async-trait from 0.1.86 to 0.1.87

Release notes

Sourced from async-trait's releases.

0.1.87

  • Documentation improvements
Commits
  • 32540aa Release 0.1.87
  • 137d14c Resolve mem_replace_with_default clippy lint
  • 45fd82a Ignore elidable_lifetime_names pedantic clippy lint
  • ea2f2a2 Point standard library links to stable
  • 3b78161 Update ui test suite to nightly-2025-02-12
  • See full diff in compare view

Updates pin-project from 1.1.9 to 1.1.10

Release notes

Sourced from pin-project's releases.

1.1.10

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.10] - 2025-03-03

  • Suppress clippy::elidable_lifetime_names lint in generated code.
Commits
  • b0757d1 Release 1.1.10
  • 12dfb3c Suppress clippy::elidable_lifetime_names lint in generated code
  • 2714ef5 Tweak error message
  • 2454aed tools: Update scripts
  • 29dac8c Revert "Temporarily disable broken clippy::pedantic lint group"
  • ee0cd59 Temporarily disable broken clippy::pedantic lint group
  • aa6dbe2 rustfmt: set style_edition = "2024"
  • f49dc13 tools: Update tidy.sh
  • 27ee733 tests: Update ui test output to nightly-2025-02-16
  • 7a435d3 tests: Update lint test
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.93 to 1.0.94

Release notes

Sourced from proc-macro2's releases.

1.0.94

  • Documentation improvements
Commits
  • 7cb0f3c Release 1.0.94
  • 23c425c Raise minimum tested compiler to rust 1.67
  • cbffe0c Ignore elidable_lifetime_names pedantic clippy lint
  • a12fe8b Point standard library links to stable
  • 36920b1 Combine rustdoc semver exempt cfg into one argument
  • 3a9bc71 Convert html links to intra-doc links
  • c7d999c Unset doc-scrape-examples for lib target
  • 020a8ae Resolve unnecessary_semicolon pedantic clippy lint
  • 0a77455 Ignore WebAssembly linker warning
  • ffc417a More precise gitignore patterns
  • Additional commits viewable in compare view

Updates quote from 1.0.38 to 1.0.39

Release notes

Sourced from quote's releases.

1.0.39

  • Documentation improvements
Commits
  • 7d089f5 Release 1.0.39
  • dd15f29 Ignore elidable_lifetime_names pedantic clippy lint
  • b723616 Point standard library links to stable
  • ddbabd5 Convert html links to intra-doc links
  • fa46189 Unset doc-scrape-examples for lib target
  • 4d071e3 Resolve doc_overindented_list_items clippy lint
  • 908ddbd More precise gitignore patterns
  • See full diff in compare view

Updates syn from 2.0.98 to 2.0.99

Release notes

Sourced from syn's releases.

2.0.99

  • Documentation improvements
Commits
  • 4552057 Release 2.0.99
  • f4d8f0e Ignore elidable_lifetime_names pedantic clippy lint
  • afbee2e Point standard library links to stable
  • fdbed64 Merge pull request #1848 from findepi/findepi/remove-obsolete-clippy-suppress...
  • 88f0820 Remove obsolete clippy suppressions
  • 5357d54 Update test suite to nightly-2025-02-13
  • 5cffd62 Update color-backtrace dependency to 0.7
  • 076ac95 Unset doc-scrape-examples for lib target
  • af12bda Ignore format_push_string pedantic clippy lint
  • f3614ce Update test suite to nightly-2025-02-07
  • Additional commits viewable in compare view

Updates time from 0.3.37 to 0.3.39

Release notes

Sourced from time's releases.

v0.3.39

See the changelog for details.

v0.3.38

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.39 [2025-03-06]

Fixed

  • Doc tests run successfully with the default feature set.
  • wasm builds work again.

Both of these were regressions in v0.3.38 and are now checked in CI.

0.3.38 [2025-03-05]

Added

  • The [year] component (in format descriptions) now supports a range modifier, which can be either standard or extended. The default is extended for backwards compatibility. This is intended as a manner to opt out of the extended range when the large-dates feature is enabled. When the large-dates feature is not enabled, the modifier has no effect.

  • UtcDateTime, which is semantically equivalent to an OffsetDateTime with UTC as its offset. The advantage is that it is the same size as a PrimitiveDateTime and has improved operability with well-known formats.

    As part of this, there were some other additions:

    • utc_datetime! macro, which is similar to the datetime! macro but constructs a UtcDateTime.
    • PrimitiveDateTime::as_utc
    • OffsetDateTime::to_utc
    • OffsetDateTime::checked_to_utc
  • time::serde::timestamp::milliseconds_i64, which is a module to serialize/deserialize timestamps as the Unix timestamp. The pre-existing module does this as an i128 where an i64 would suffice. This new module should be preferred.

Changed

  • error::Format has had its source() implementation changed to no longer return a boxed value from the ComponentRange variant. If you were explicitly expecting this, you will need to update your code. The method API remains unchanged.
  • [year repr:century] supports single-digit values.
  • All format_into methods accept ?Sized references.

Miscellaneous

  • Some non-exhaustive enum variants that are no longer used have been modified to be statically proven as uninhabited. The relevant fields are doc-hidden and not semver-guaranteed to remain as such, though it is unlikely to change.
  • An unnecessary check when parsing RFC 2822 has been removed.
  • Various methods have had their implementations changed, resulting in significant performance gains. Among the methods changed are
    • util::is_leap_year
    • util::weeks_in_year
    • Month::length
    • Date::to_calendar_date

... (truncated)

Commits
  • 7949d2c v0.3.39 release
  • f51623b Fix breakage from v0.3.38
  • 1a31c05 v0.3.38 release
  • addf231 Permit unsized writers for format_into
  • 338f84f Allow clippy::ref_option lint for serde::format_description.
  • f8ecd81 feat: timestamp::milliseconds_i64 serializer
  • ce03bca Update Unicode license for cargo-audit
  • 3d0b981 Add parentheses for clarity
  • 3096301 Remove specific year from license
  • ec327a2 Optimize Julian day calculations
  • Additional commits viewable in compare view

Updates bytes from 1.10.0 to 1.10.1

Release notes

Sourced from bytes's releases.

Bytes v1.10.1

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

#773: tokio-rs/bytes#773

Changelog

Sourced from bytes's changelog.

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)
Commits

Updates bitflags from 2.8.0 to 2.9.0

Release notes

Sourced from bitflags's releases.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Changelog

Sourced from bitflags's changelog.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Commits
  • e197bf5 Merge pull request #439 from KodrAus/cargo/2.9.0
  • 8df6e80 prepare for 2.9.0 release
  • e92f0ae Merge pull request #438 from KodrAus/fix/ui-tests
  • 226ff75 fix up UI tests
  • 2170a26 Merge pull request #437 from wysiwys/wysiwys/add-clear-method
  • 76dde58 add tests for clear() trait method
  • ce5d420 add clear() method to trait
  • 9e45d36 Merge pull request #434 from bitflags/KodrAus-patch-1
  • 617645a pin checkout action for miri job
  • 2c836f2 Merge pull request #433 from bitflags/ci/remove-scorecard
  • Additional commits viewable in compare view

Updates serde_bytes from 0.11.15 to 0.11.16

Release notes

Sourced from serde_bytes's releases.

0.11.16

  • Documentation improvements
Commits
  • f308f5e Release 0.11.16
  • a514507 Ignore elidable_lifetime_names pedantic clippy lint
  • 31d681f Point standard library links to stable
  • 700aabb Unset doc-scrape-examples for lib target
  • a77e4ca More precise gitignore patterns
  • aece2be Remove **/*.rs.bk from project-specific gitignore
  • 07f078a Prevent upload-artifact step from causing CI failure
  • 88a4dac Ignore needless_lifetimes clippy lint
  • 4dfc6e7 Resolve some needless_lifetimes clippy lints
  • 527f91a Upload CI Cargo.lock for reproducing failures
  • Additional commits viewable in compare view

Updates serde_repr from 0.1.19 to 0.1.20

Release notes

Sourced from serde_repr's releases.

0.1.20

  • Documentation improvements
Commits
  • dddfad6 Release 0.1.20
  • 30e35f1 Point standard library links to stable
  • 9f39e14 More precise gitignore patterns
  • 9926d68 Remove **/*.rs.bk from project-specific gitignore
  • b82609d Prevent upload-artifact step from causing CI failure
  • 5b6a20f Upload CI Cargo.lock for reproducing failures
  • a803115 Format with rustfmt 1.7.0-nightly
  • 49082fa Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view

Updates anyhow from 1.0.96 to 1.0.97

Release notes

Sourced from anyhow's releases.

1.0.97

  • Documentation improvements
Commits

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

…rectory with 13 updates

Bumps the minor-and-patch-cargo-updates group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.87` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.9` | `1.1.10` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` |
| [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` |
| [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.99` |
| [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.39` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.8.0` | `2.9.0` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.15` | `0.11.16` |
| [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.19` | `0.1.20` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` |



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

Updates `serde_json` from 1.0.139 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.139...v1.0.140)

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

Updates `pin-project` from 1.1.9 to 1.1.10
- [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.9...v1.1.10)

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

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

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

Updates `time` from 0.3.37 to 0.3.39
- [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.37...v0.3.39)

Updates `bytes` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.0...v1.10.1)

Updates `bitflags` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.8.0...2.9.0)

Updates `serde_bytes` from 0.11.15 to 0.11.16
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.15...0.11.16)

Updates `serde_repr` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](dtolnay/serde-repr@0.1.19...0.1.20)

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_repr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jsdanielh March 6, 2025 14:16
@dependabot dependabot bot added rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Mar 6, 2025
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.

1 participant