Skip to content

⬆️ Update Rust Crates#82

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-crates
Open

⬆️ Update Rust Crates#82
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-crates

Conversation

@renovate

@renovate renovate Bot commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.8.80.8.9
chrono dependencies patch 0.4.440.4.45
clap dependencies patch 4.6.04.6.1
config dependencies patch 0.15.220.15.24
dashmap dependencies minor 6.1.06.2.1
hmac dependencies minor 0.120.13
jsonwebtoken dependencies minor 10.3.010.4.0
maxminddb dependencies minor 0.270.28
rand (source) dependencies patch 0.10.00.10.1
reqwest dependencies patch 0.13.20.13.4
serde_json dependencies patch 1.0.1491.0.150
sha2 dependencies minor 0.100.11
sqlx dependencies minor 0.80.9
tokio dependencies minor 1.50.01.52.3
tower-http dependencies minor 0.60.7

Release Notes

chronotope/chrono (chrono)

v0.4.45: 0.4.45

Compare Source

What's Changed

xacrimon/dashmap (dashmap)

v6.2.1

Compare Source

This is an interim maintenance release for the existing v6 branch before v7 can be released. This bumps the MSRV to 1.85 and updates dependencies to their latest versions.

oschwald/maxminddb-rust (maxminddb)

v0.28.1

Compare Source

  • Fixed: Databases with an impossible declared search tree size are now
    rejected during open/verify instead of causing runaway allocation
    during validation.
  • Fixed: within() now rejects IPv6 CIDRs on IPv4-only databases instead
    of yielding unrelated networks.
  • Fixed: Verification now rejects truncated scalar/string payloads instead
    of skipping past them and reporting the database as valid.
  • Fixed: LookupResult::network() now uses the reader's measured IPv4
    subtree depth instead of assuming it always begins at bit 96.

v0.28.0

Compare Source

  • Performance improvement: Faster search-tree traversal by dispatching
    on the database's record size to monomorphized node readers, replacing
    per-step branching on the record size.
  • Performance improvement: Direct deserialization of scalars, sequences,
    maps, and structs through dedicated fast paths instead of routing
    through deserialize_any.
  • Performance improvement: IPv4 and IPv6 lookups dispatch to dedicated
    paths, avoiding per-call address-kind checks on the hot path.
  • Behavior change: Deserializing a database array into a tuple or
    tuple struct now returns a decoding error when the lengths do not
    match. Previously the mismatch was silently ignored.
  • Fixed: A corrupt data pointer that would underflow during resolution
    now returns an InvalidDatabase error instead of panicking.
rust-random/rand (rand)

v0.10.1

Compare Source

This release includes a fix for a soundness bug; see #​1763.

Changes
  • Document panic behavior of make_rng and add #[track_caller] (#​1761)
  • Deprecate feature log (#​1763)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/rust-crates branch 3 times, most recently from 6eb0ad4 to cd2b4f1 Compare March 30, 2026 01:13
@renovate renovate Bot changed the title ⬆️ Update Rust crate sha2 to 0.11 ⬆️ Update Rust Crates Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/rust-crates branch 5 times, most recently from 1e21df7 to fd5ff5c Compare April 6, 2026 16:56
@renovate renovate Bot force-pushed the renovate/rust-crates branch 8 times, most recently from 5a1c163 to 4927285 Compare April 14, 2026 10:55
@renovate renovate Bot force-pushed the renovate/rust-crates branch 3 times, most recently from 76ef924 to 1431926 Compare April 16, 2026 23:35
@renovate renovate Bot force-pushed the renovate/rust-crates branch 3 times, most recently from 2570340 to ee7c702 Compare April 27, 2026 15:37
@renovate renovate Bot force-pushed the renovate/rust-crates branch 5 times, most recently from 1d07e0f to 615c7d9 Compare May 11, 2026 10:35
@renovate renovate Bot force-pushed the renovate/rust-crates branch 4 times, most recently from 17a14ec to 4e51eb7 Compare May 21, 2026 18:50
@renovate

renovate Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --package axum@0.8.8 --precise 0.8.9
    Updating crates.io index
error: failed to select a version for `sqlx`.
    ... required by package `lynx v0.1.0 (/tmp/renovate/repos/github/BTreeMap/Lynx)`
versions that meet the requirements `^0.9` are: 0.9.0

package `lynx` depends on `sqlx` with feature `runtime-tokio-rustls` but `sqlx` does not have that feature.
help: available features: _rt-async-global-executor, _rt-async-std, _rt-smol, _rt-tokio, _sqlite, _unstable-all-types, _unstable-docs, all-databases, any, bigdecimal, bit-vec, bstr, chrono, default, derive, ipnet, ipnetwork, json, mac_address, macros, migrate, mysql, mysql-rsa, postgres, regexp, runtime-async-global-executor, runtime-async-std, runtime-smol, runtime-tokio, rust_decimal, sqlite, sqlite-bundled, sqlite-deserialize, sqlite-load-extension, sqlite-preupdate-hook, sqlite-unbundled, sqlite-unlock-notify, sqlx-macros, sqlx-mysql, sqlx-postgres, sqlx-sqlite, sqlx-toml, time, tls-native-tls, tls-none, tls-rustls, tls-rustls-aws-lc-rs, tls-rustls-ring, tls-rustls-ring-native-roots, tls-rustls-ring-webpki, uuid


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

@renovate renovate Bot force-pushed the renovate/rust-crates branch from 4e51eb7 to 64845d5 Compare June 15, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants