Skip to content

deps(deps): bump the rust-runtime group across 1 directory with 11 updates#58

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustytime/main/rust-runtime-358afc21e6
Closed

deps(deps): bump the rust-runtime group across 1 directory with 11 updates#58
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustytime/main/rust-runtime-358afc21e6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the rust-runtime group with 11 updates in the /rustytime directory:

Package From To
diesel 2.3.6 2.3.7
tokio 1.49.0 1.50.0
tracing-subscriber 0.3.22 0.3.23
uuid 1.21.0 1.22.0
once_cell 1.21.3 1.21.4
axum-tracing-opentelemetry 0.33.0 0.33.1
init-tracing-opentelemetry 0.36.0 0.36.1
apalis-postgres 1.0.0-rc.3 1.0.0-rc.6
apalis 1.0.0-rc.3 1.0.0-rc.6
apalis-cron 1.0.0-rc.3 1.0.0-rc.6
moka 0.12.13 0.12.14

Updates diesel from 2.3.6 to 2.3.7

Changelog

Sourced from diesel's changelog.

[2.3.7] 2026-03-13

  • Add support for libsqlite3-sys 0.36
  • Fix a potential resource leak if establishing a SqliteConnection fails.
Commits
  • 2c3677e Also bump CLI version
  • c98ddf0 Merge pull request #4997 from weiznich/prepare_2.3.7
  • a4d003d Bump versions and write a changelog
  • 2fad1e0 More compile test fixes
  • a19375e Changed compile test output
  • a833cc8 Bump libsqlite3-sys
  • b56070e Merge pull request #4996 from weiznich/bump/rust_1.94
  • cba234f More compile test fixes
  • cd146fd Ignore stderr files from compile tests for typos
  • 93dd69f Fix the with of the diagnostics to get reproducible results everywhere
  • Additional commits viewable in compare view

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

Commits

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 uuid from 1.21.0 to 1.22.0

Release notes

Sourced from uuid's releases.

v1.22.0

What's Changed

New Contributors

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

Commits

Updates once_cell from 1.21.3 to 1.21.4

Changelog

Sourced from once_cell's changelog.

1.21.4

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics, the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!

Commits
  • 80fe900 Merge pull request #296 from matklad/matklad/plfix
  • a5e09c9 release 1.21.4
  • 2426d45 Merge pull request #295 from matklad/matklad/plfix
  • a144121 Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features
  • 232a1a4 Merge pull request #292 from phil-opp/doc-fix
  • d31767b fix OnceCell::wait with features=parking_lot
  • 28d29ae Fix: sync::OnceCell::try_insert docs should import sync variant
  • 0f78fb0 make the command 'cargo test --no-default-features' work
  • fda60a6 Merge pull request #287 from AbeZbm/add-tests
  • b5b98c0 Add tests for OnceRef
  • See full diff in compare view

Updates axum-tracing-opentelemetry from 0.33.0 to 0.33.1

Commits
  • 8f5e4cd chore: release (#320)
  • 014492b fix(deps): MSRV bump rust to 1.91
  • dd7812d build: remove the on-demand install of tools
  • 6d0f528 build: update config of crago-deny
  • 7cc1162 fix: MSRV (bump to 1.88) & api changes in dependencies, reformat (#325)
  • 4892f8e chore(deps): update rust crate assert2 to 0.4 (#322)
  • 5fb0e8d chore(deps): update dependency protoc to v34 (#323)
  • d2b0a4e chore(deps): update actions/upload-artifact action to v7 (#324)
  • 4e4bb54 chore: release (#319)
  • See full diff in compare view

Updates init-tracing-opentelemetry from 0.36.0 to 0.36.1

Commits
  • 8f5e4cd chore: release (#320)
  • 014492b fix(deps): MSRV bump rust to 1.91
  • dd7812d build: remove the on-demand install of tools
  • 6d0f528 build: update config of crago-deny
  • 7cc1162 fix: MSRV (bump to 1.88) & api changes in dependencies, reformat (#325)
  • 4892f8e chore(deps): update rust crate assert2 to 0.4 (#322)
  • 5fb0e8d chore(deps): update dependency protoc to v34 (#323)
  • d2b0a4e chore(deps): update actions/upload-artifact action to v7 (#324)
  • 4e4bb54 chore: release (#319)
  • See full diff in compare view

Updates apalis-postgres from 1.0.0-rc.3 to 1.0.0-rc.6

Release notes

Sourced from apalis-postgres's releases.

v1.0.0-rc.6

What's Changed

Full Changelog: apalis-dev/apalis-postgres@v1.0.0-rc.4...v1.0.0-rc.6

v1.0.0-rc.4

What's Changed

Full Changelog: apalis-dev/apalis-postgres@v1.0.0-rc.3...v1.0.0-rc.4

Changelog

Sourced from apalis-postgres's changelog.

[1.0.0-rc.6] - 2026-03-12

  • bump: introducing rc.4

[1.0.0-rc.4] - 2026-02-21

  • bump: introducing rc.4
Commits

Updates apalis from 1.0.0-rc.3 to 1.0.0-rc.6

Release notes

Sourced from apalis's releases.

v1.0.0-rc.6

What's Changed

Full Changelog: apalis-dev/apalis@v1.0.0-rc.5...v1.0.0-rc.6

v1.0.0-rc.5

What's Changed

Full Changelog: apalis-dev/apalis@v1.0.0-rc.4...v1.0.0-rc.5

v1.0.0-rc.4

What's Changed

Full Changelog: apalis-dev/apalis@v1.0.0-rc.3...v1.0.0-rc.4

Commits
  • 3f3cc6e bump: to v1.0.0-rc.6 (#705)
  • 52bcecc fix (workflow): remove Display constraints in workflow service (#704)
  • 7258923 bump: to v1.0.0-rc.5 (#703)
  • 9841b43 chore (workflow): replace BoxDynError with concrete errors for better typing ...
  • 33560b7 fix (workflow): handle multiple fanin collection scenarios (#694)
  • 3a0b540 bump: to v1.0.0-rc.4 (#685)
  • ab0025a chore: expose TestWorker as stream (#682)
  • d74ecfa chore: add dynamic workers, monitor and long-running examples (#681)
  • 2f646de fix: impl serde for tracing context (#680)
  • See full diff in compare view

Updates apalis-cron from 1.0.0-rc.3 to 1.0.0-rc.6

Release notes

Sourced from apalis-cron's releases.

v1.0.0-rc.6

What's Changed

Full Changelog: apalis-dev/apalis-cron@v1.0.0-rc.4...v1.0.0-rc.6

v1.0.0-rc.4

What's Changed

Full Changelog: apalis-dev/apalis-cron@v1.0.0-rc.3...v1.0.0-rc.4

Changelog

Sourced from apalis-cron's changelog.

[1.0.0-rc.6] - 2026-02-21

  • bump: to v1.0.0-rc.6 (#43)

[1.0.0-rc.4] - 2026-02-21

  • bump: to v1.0.0-rc.4 (#39)
Commits

Updates moka from 0.12.13 to 0.12.14

Release notes

Sourced from moka's releases.

Moka 0.12.14

Version 0.12.14

Fixed

  • Fixed a race condition in the and_compute_with method in the future::Cache. (#574gh-pull-0574 by @​Squadrick):
    • When multiple calls are made concurrently for the same key, the f closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.

Changed

Changelog

Sourced from moka's changelog.

Version 0.12.14

Fixed

  • Fixed a race condition in the and_compute_with method in the future::Cache. (#574[gh-pull-0574] by [@​Squadrick][gh-Squadrick]):
    • When multiple calls are made concurrently for the same key, the f closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.

Changed

Commits
  • 2d8289e Merge pull request #579 from moka-rs/chore/prepare-v0.12.14
  • 03c32fe doc: Update the copyright year
  • 1a199af Bump the version to v0.12.14
  • 3fdaa4e Update the change log for v0.12.14
  • 0f03bf7 Merge pull request #577 from alexanderkjall/reduce-features
  • ffbccd2 Merge pull request #578 from moka-rs/fix-ci/2026-03-01
  • fa46421 fix(test): Use closure returning async block for MSRV compatibility
  • 4feccdc use dep: syntax in features
  • 9a7c625 Merge pull request #574 from Squadrick/squadrick/and-compute-with-toctou
  • f098c28 Merge pull request #576 from moka-rs/fix-ci/2026-02-28
  • Additional commits viewable in compare view

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 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

…dates

Bumps the rust-runtime group with 11 updates in the /rustytime directory:

| Package | From | To |
| --- | --- | --- |
| [diesel](https://github.com/diesel-rs/diesel) | `2.3.6` | `2.3.7` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.22.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.33.0` | `0.33.1` |
| [init-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.36.0` | `0.36.1` |
| [apalis-postgres](https://github.com/apalis-dev/apalis-postgres) | `1.0.0-rc.3` | `1.0.0-rc.6` |
| [apalis](https://github.com/apalis-dev/apalis) | `1.0.0-rc.3` | `1.0.0-rc.6` |
| [apalis-cron](https://github.com/apalis-dev/apalis-cron) | `1.0.0-rc.3` | `1.0.0-rc.6` |
| [moka](https://github.com/moka-rs/moka) | `0.12.13` | `0.12.14` |



Updates `diesel` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.3.6...v2.3.7)

Updates `tokio` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0)

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 `uuid` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.21.0...v1.22.0)

Updates `once_cell` from 1.21.3 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.3...v1.21.4)

Updates `axum-tracing-opentelemetry` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@axum-tracing-opentelemetry-v0.33.0...axum-tracing-opentelemetry-v0.33.1)

Updates `init-tracing-opentelemetry` from 0.36.0 to 0.36.1
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@init-tracing-opentelemetry-v0.36.0...init-tracing-opentelemetry-v0.36.1)

Updates `apalis-postgres` from 1.0.0-rc.3 to 1.0.0-rc.6
- [Release notes](https://github.com/apalis-dev/apalis-postgres/releases)
- [Changelog](https://github.com/apalis-dev/apalis-postgres/blob/main/CHANGELOG.md)
- [Commits](apalis-dev/apalis-postgres@v1.0.0-rc.3...v1.0.0-rc.6)

Updates `apalis` from 1.0.0-rc.3 to 1.0.0-rc.6
- [Release notes](https://github.com/apalis-dev/apalis/releases)
- [Changelog](https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md)
- [Commits](apalis-dev/apalis@v1.0.0-rc.3...v1.0.0-rc.6)

Updates `apalis-cron` from 1.0.0-rc.3 to 1.0.0-rc.6
- [Release notes](https://github.com/apalis-dev/apalis-cron/releases)
- [Changelog](https://github.com/apalis-dev/apalis-cron/blob/main/CHANGELOG.md)
- [Commits](apalis-dev/apalis-cron@v1.0.0-rc.3...v1.0.0-rc.6)

Updates `moka` from 0.12.13 to 0.12.14
- [Release notes](https://github.com/moka-rs/moka/releases)
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.13...v0.12.14)

---
updated-dependencies:
- dependency-name: diesel
  dependency-version: 2.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: uuid
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-runtime
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: axum-tracing-opentelemetry
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: init-tracing-opentelemetry
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: apalis-postgres
  dependency-version: 1.0.0-rc.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: apalis
  dependency-version: 1.0.0-rc.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: apalis-cron
  dependency-version: 1.0.0-rc.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
- dependency-name: moka
  dependency-version: 0.12.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update rust code labels Mar 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2026

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

@dependabot dependabot bot closed this Mar 21, 2026
@dependabot dependabot bot deleted the dependabot/cargo/rustytime/main/rust-runtime-358afc21e6 branch March 21, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants