Skip to content

fix(deps): update cargo#65

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo
Open

fix(deps): update cargo#65
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo

Conversation

@renovate

@renovate renovate Bot commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.8.80.8.9
axum-extra dependencies patch 0.12.50.12.6
centaurus dependencies minor 0.4.40.16.0
chrono dependencies patch 0.4.420.4.45
futures dependencies patch 0.3.310.3.32
hmac dependencies minor 0.12.10.13.0
http dependencies patch 1.4.01.4.2
hyper-util (source) dependencies patch 0.1.190.1.20
jsonwebtoken dependencies minor 10.3.010.4.0
memchr dependencies minor 2.7.62.8.3
reqwest dependencies minor 0.12.230.13.0
sea-orm (source) workspace.dependencies patch 1.1.191.1.20
sea-orm-migration (source) dependencies patch 1.1.191.1.20
serde-enum-str dependencies minor 0.4.00.5.0
serde_json dependencies patch 1.0.1481.0.150
sha2 dependencies minor 0.10.90.11.0
time dependencies patch 0.3.470.3.53
tokio dependencies minor 1.48.01.52.3
tower dependencies patch 0.5.20.5.3
tower-http dependencies minor 0.6.60.7.0
url dependencies patch 2.5.72.5.8
uuid dependencies minor 1.19.01.23.4

Release Notes

chronotope/chrono (chrono)

v0.4.45: 0.4.45

Compare Source

What's Changed

v0.4.44: 0.4.44

Compare Source

What's Changed

v0.4.43: 0.4.43

Compare Source

What's Changed

hyperium/hyper-util (hyper-util)

v0.1.20

Compare Source

  • Fix proxy::Matcher to properly match domains regardless of casing
  • Fix system proxy matcher dependency on macOS when used in sandboxed environements.
  • Increased MSRV to 1.64.
BurntSushi/memchr (memchr)

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

SeaQL/sea-orm (sea-orm)

v1.1.20

Compare Source

Enhancements
Bug Fixes
  • Fix conversion of TIMESTAMPTZ values to proxy row in Postgres driver #​3005
  • Fix no-default-features compile errors #​3000
uuid-rs/uuid (uuid)

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

v1.23.1

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1

v1.23.0

Compare Source

What's Changed

New Contributors

Special thanks

@​meng-xu-cs raised a series of bugs against the timestamp logic in uuid using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better uuid library for everyone. Thanks!

Deprecations

This release includes the following deprecations:

  • Context: Renamed to ContextV1
  • Timestamp::from_gregorian: Renamed to Timestamp::from_gregorian_time

Change to Version::Max

Version::Max's u8 representation has changed from 0xff to 0x0f to match the value returned by Uuid::get_version_num.

Change to Uuid::get_version for the max UUID

Uuid::get_version will only return Some(Version::Max) if the UUID is actually the max UUID (all bytes are 0xff). Previously it would return Some if only the version field was 0x0f. This change matches the behaviour of the nil UUID, which only returns Some(Version::Nil) if the UUID is the nil UUID (all bytes are 0x00).

Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0

v1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) January 5, 2026 02:12
@renovate

renovate Bot commented Jan 5, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backend/Cargo.toml --package axum@0.8.8 --precise 0.8.9
    Updating crates.io index
error: failed to select a version for `hmac`.
    ... required by package `backend v0.1.0 (/tmp/renovate/repos/github/ichwilldich/sagittarius/backend)`
versions that meet the requirements `^0.13.0` are: 0.13.0

package `backend` depends on `hmac` with feature `std` but `hmac` does not have that feature.
help: available features: zeroize


failed to select a version for `hmac` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package sea-orm@1.1.19 --precise 1.1.20
    Updating crates.io index
error: failed to select a version for `hmac`.
    ... required by package `backend v0.1.0 (/tmp/renovate/repos/github/ichwilldich/sagittarius/backend)`
versions that meet the requirements `^0.13.0` are: 0.13.0

package `backend` depends on `hmac` with feature `std` but `hmac` does not have that feature.
help: available features: zeroize


failed to select a version for `hmac` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backend/migration/Cargo.toml --package sea-orm-migration@1.1.19 --precise 1.1.20
    Updating crates.io index
error: failed to select a version for `hmac`.
    ... required by package `backend v0.1.0 (/tmp/renovate/repos/github/ichwilldich/sagittarius/backend)`
versions that meet the requirements `^0.13.0` are: 0.13.0

package `backend` depends on `hmac` with feature `std` but `hmac` does not have that feature.
help: available features: zeroize


failed to select a version for `hmac` which could resolve this conflict

@renovate renovate Bot force-pushed the renovate/cargo branch 2 times, most recently from 7c4a834 to a6c101b Compare January 7, 2026 00:23
@renovate renovate Bot force-pushed the renovate/cargo branch 3 times, most recently from 9baede7 to 24147e0 Compare January 16, 2026 02:43
@renovate renovate Bot force-pushed the renovate/cargo branch 4 times, most recently from edfa5e4 to 37bb07f Compare February 17, 2026 16:32
@renovate renovate Bot force-pushed the renovate/cargo branch 3 times, most recently from 1dd75eb to 27ff51e Compare February 23, 2026 10:08
@renovate renovate Bot force-pushed the renovate/cargo branch 2 times, most recently from b600113 to 49b4c7f Compare March 9, 2026 08:42
@renovate renovate Bot force-pushed the renovate/cargo branch 3 times, most recently from 38c67b7 to a4ae12b Compare March 23, 2026 05:46
@renovate renovate Bot force-pushed the renovate/cargo branch 3 times, most recently from 8b09a4a to 29ee198 Compare March 30, 2026 05:30
@renovate renovate Bot force-pushed the renovate/cargo branch 5 times, most recently from 7b18f8d to 929b5a5 Compare April 9, 2026 09:51
@renovate renovate Bot force-pushed the renovate/cargo branch 2 times, most recently from 36e6c06 to 6ecd2f5 Compare April 25, 2026 15:16
@renovate renovate Bot force-pushed the renovate/cargo branch 2 times, most recently from 11ea997 to 8ae930d Compare May 28, 2026 19:38
@renovate renovate Bot force-pushed the renovate/cargo branch 3 times, most recently from 52d5329 to 4ab536a Compare June 18, 2026 19:07
@renovate renovate Bot force-pushed the renovate/cargo branch from 4ab536a to ffde462 Compare June 23, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants