Skip to content

rust Update Rust dependencies - #8

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

rust Update Rust dependencies#8
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.1021.0.104
base64 dependencies minor 0.220.23
chrono dependencies patch 0.4.440.4.45
htmd dependencies patch 0.5.40.5.5
reqwest dev-dependencies patch 0.13.30.13.4
schemars (source) dependencies patch 1.2.11.2.2
serde (source) dependencies patch 1.0.2281.0.229
serde_json dependencies patch 1.0.1491.0.151
tokio (source) dev-dependencies minor 1.52.31.53.1

Release Notes

dtolnay/anyhow (anyhow)

v1.0.104

Compare Source

  • Update syn dev-dependency to version 3

v1.0.103

Compare Source

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#​451, #​452)
marshallpierce/rust-base64 (base64)

v0.23.1

Compare Source

  • Make the tests build again on non-SIMD architectures

v0.23.0

Compare Source

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best
    instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar
    GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime
    detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
chronotope/chrono (chrono)

v0.4.45: 0.4.45

Compare Source

What's Changed

letmutex/htmd (htmd)

v0.5.5

Compare Source

What's Changed

Full Changelog: letmutex/htmd@v0.5.4...v0.5.5

seanmonstar/reqwest (reqwest)

v0.13.4

Compare Source

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.
GREsau/schemars (schemars)

v1.2.2

Compare Source

  • Update to syn 3 in schemars_derive
serde-rs/serde (serde)

v1.0.229

Compare Source

  • Update to syn 3
serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

tokio-rs/tokio (tokio)

v1.53.1: Tokio v1.53.1

Compare Source

1.53.1 (July 20th, 2026)

Fixed
  • signal: restore MSRV by removing OnceLock::wait from the Windows handler (#​8300)
Fixed (unstable)
  • time: fix alt timer cancellation and insertion race (#​8252)
Documented
  • runtime: remove dead link definition in Runtime::block_on (#​8301)

v1.53.0: Tokio v1.53.0

Compare Source

1.53.0 (July 17th, 2026)

Added
  • fs: implement From<OwnedFd> and From<OwnedHandle> for File (#​8266)
  • metrics: add task schedule latency metric (#​7986)
  • net: add SocketAddr methods to Unix sockets (#​8144)
Changed
  • io: add #[inline] to IO trait impls for in-memory types (#​8242)
  • net: implement UCred::pid on FreeBSD (#​8086)
  • net: support Nuttx target os (#​8259)
  • signal: refactor global variables on Windows (#​8231)
  • sync: mpsc::{Receiver,UnboundedReceiver} now drops waker on drop, even if there are still senders (#​8095)
  • taskdump: support taskdumps on s390x (#​8192)
  • time: add #[track_caller] to timeout_at() (#​8077)
  • time: consolidate mutex locks on spurious poll (#​8124)
  • time: defer waker clone on spurious poll (#​8107)
  • time: move lazy-registration state into Sleep (#​8132)
  • tracing: remove unnecessary span clone (#​8126)
Fixed
  • io: do not treat zero-length reads as EOF in Chain (#​8251)
  • net: use getpeereid for QNX peer credentials (#​8270)
  • runtime: avoid illegal state in FastRand (#​8078)
  • sync: wake mpsc receiver when a queued reserve[_many] returns permits (#​8260)
  • taskdump: skip double wake on Trace::capture/Trace::trace_with (#​8043)
  • time: avoid stack overflow in runtime constructor (#​8093)
  • time (alt timer): ensure timers stay in the same runtime after .reset() (#​8169)
IO uring (unstable)
  • fs: use io-uring for fs::try_exists (#​8080)
  • fs: use io-uring for renaming files (#​7800)
  • rt: flush io-uring CQE in case of CQE overflow (#​8277)
Documented
  • docs: clarify cancel safety wording (#​8181)
  • fs: clarify create_dir_all succeeds if path exists (#​8149)
  • io: add warning about stdout reordering with multiple handles (#​8276)
  • net: document pipe try_read*/try_write* readiness behavior (#​8032)
  • runtime: document interaction with fork() (#​8202)
  • sync: clarify broadcast lagging semantics (#​8239)
  • sync: document memory ordering guarantees for Semaphore (#​8119)
  • task: explain why yield_now defers its waker (#​8254)
  • time: add panic docs to timeout_at() (#​8077)
  • time: fix reversed poll order in timeout doc (#​8214)

v1.52.4: Tokio v1.52.4

Compare Source

1.52.4 (July 16th, 2026)

Fixed
  • runtime: don't skip the driver when before_park schedules work (#​8222)
Fixed (unstable)
  • taskdump: remove crate disambiguators from output (#​8264)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 changed the title rust Update Rust crate htmd to v0.5.2 rust Update Rust crate htmd to v0.5.3 Mar 24, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from a0baa14 to 9d682aa Compare March 24, 2026 13:29
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from 9d682aa to 1588aaf Compare April 3, 2026 09:09
@renovate renovate Bot changed the title rust Update Rust crate htmd to v0.5.3 rust Update Rust dependencies Apr 3, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 310e21d to 07c7e25 Compare April 8, 2026 14:42
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 437e7cc to 92994e8 Compare April 17, 2026 02:53
@renovate renovate Bot changed the title rust Update Rust dependencies rust Update Rust dependencies - autoclosed Apr 25, 2026
@renovate renovate Bot closed this Apr 25, 2026
@renovate
renovate Bot deleted the renovate/rust-dependencies branch April 25, 2026 23:38
@renovate renovate Bot changed the title rust Update Rust dependencies - autoclosed rust Update Rust crate reqwest to v0.13.3 Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 92994e8 to f56c75e Compare April 27, 2026 16:00
@renovate renovate Bot changed the title rust Update Rust crate reqwest to v0.13.3 rust Update Rust dependencies May 4, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from cb1539a to 9229d49 Compare May 8, 2026 13:08
@renovate renovate Bot changed the title rust Update Rust dependencies rust Update Rust dependencies - autoclosed May 19, 2026
@renovate renovate Bot closed this May 19, 2026
@renovate renovate Bot changed the title rust Update Rust dependencies - autoclosed rust Update Rust crate serde_json to v1.0.150 May 25, 2026
@renovate renovate Bot reopened this May 25, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 9229d49 to 5416590 Compare May 25, 2026 02:01
@renovate renovate Bot changed the title rust Update Rust crate serde_json to v1.0.150 rust Update Rust dependencies May 25, 2026
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from 5416590 to 8f9892f Compare May 25, 2026 17:58
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from 8f9892f to 13d5830 Compare June 4, 2026 14:30
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from 13d5830 to af09a33 Compare June 25, 2026 22:41
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 5 times, most recently from ab3b014 to 6bbcabb Compare July 21, 2026 02:57
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch 3 times, most recently from 6662e20 to fb10e87 Compare July 27, 2026 15:54
@renovate
renovate Bot force-pushed the renovate/rust-dependencies branch from fb10e87 to 9e4c9d8 Compare August 4, 2026 16:12
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