Skip to content

chore(deps): bump the prod-version-updates group across 1 directory with 30 updates#133

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/prod-version-updates-ec3a3374cd
Open

chore(deps): bump the prod-version-updates group across 1 directory with 30 updates#133
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/prod-version-updates-ec3a3374cd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the prod-version-updates group with 29 updates in the / directory:

Package From To
axum 0.8.3 0.8.4
tokio 1.44.2 1.46.1
utoipa 5.3.1 5.4.0
ts-rs 11.0.1 11.1.0
sea-orm 1.1.13 1.1.19
sea-query 0.32.6 0.32.7
uuid 1.16.0 1.19.0
async-std 1.13.1 1.13.2
chrono 0.4.40 0.4.42
serde_json 1.0.140 1.0.149
tower 0.5.2 0.5.3
tower-http 0.6.2 0.6.8
shuttle-axum 0.56.0 0.57.0
shuttle-runtime 0.56.0 0.57.0
shuttle-shared-db 0.56.0 0.57.0
lru 0.16.0 0.16.3
tracing 0.1.41 0.1.44
tracing-subscriber 0.3.19 0.3.22
axum-extra 0.10.1 0.12.5
thiserror 2.0.12 2.0.17
time 0.3.41 0.3.44
openidconnect 4.0.0 4.0.1
axum-client-ip 1.0.0 1.1.3
async-channel 2.3.1 2.5.0
regex 1.11.1 1.12.2
image 0.25.6 0.25.9
sea-orm-migration 1.1.13 1.1.19
clap 4.5.40 4.5.54
toml 0.9.0 0.9.11+spec-1.1.0

Updates axum from 0.8.3 to 0.8.4

Release notes

Sourced from axum's releases.

axum v0.8.4

  • added: Router::reset_fallback (#3320)
  • added: WebSocketUpgrade::selected_protocol (#3248)
  • fixed: Panic location for overlapping method routes (#3319)
  • fixed: Don't leak a tokio task when using serve without graceful shutdown (#3129)

#3319: tokio-rs/axum#3319 #3320: tokio-rs/axum#3320 #3248: tokio-rs/axum#3248 #3129: tokio-rs/axum#3129

Commits
  • 8762520 Release axum 0.8.4
  • ac75e2f Split up serve functions for Serve and WithGracefulShutdown again
  • c1162d3 Extract handle_connection out of do_serve
  • c251845 Simplify do_serve a bit
  • ba4327e Stop implementing IntoFuture for Serve via with_graceful_shutdown
  • 085be69 Move serve implementation out of WithGracefulShutdown
  • 6587b65 Replace futures_util::pin_mut with std::pin::pin
  • 80c4ead Improve documentation about sharing state with handlers (#3333)
  • 53631b2 refactor(axum): Refactor json module (#3332)
  • 7b04b17 axum-extra: Pre-allocate right sized buffer when encoding protobuf response (...
  • Additional commits viewable in compare view

Updates tokio from 1.44.2 to 1.46.1

Release notes

Sourced from tokio's releases.

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7440)

#7440: tokio-rs/tokio#7440

Tokio v1.46.0

1.46.0 (July 2nd, 2025)

Fixed

  • net: fixed TcpStream::shutdown incorrectly returning an error on macOS (#7290)

Added

  • sync: mpsc::OwnedPermit::{same_channel, same_channel_as_sender} methods (#7389)
  • macros: biased option for join! and try_join!, similar to select! (#7307)
  • net: support for cygwin (#7393)
  • net: support pope::OpenOptions::read_write on Android (#7426)
  • net: add Clone implementation for net::unix::SocketAddr (#7422)

Changed

  • runtime: eliminate unnecessary lfence while operating on queue::Local<T> (#7340)
  • task: disallow blocking in LocalSet::{poll,drop} (#7372)

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7417)
  • runtime: removed borrow from LocalOptions parameter to runtime::Builder::build_local (#7346)

Documented

  • io: clarify behavior of seeking when start_seek is not used (#7366)
  • io: document cancellation safety of AsyncWriteExt::flush (#7364)
  • net: fix docs for recv_buffer_size method (#7336)
  • net: fix broken link of RawFd in TcpSocket docs (#7416)
  • net: update AsRawFd doc link to current Rust stdlib location (#7429)
  • readme: fix double period in reactor description (#7363)
  • runtime: add doc note that on_*_task_poll is unstable (#7311)
  • sync: update broadcast docs on allocation failure (#7352)
  • time: add a missing panic scenario of time::advance (#7394)

#7290: tokio-rs/tokio#7290 #7307: tokio-rs/tokio#7307

... (truncated)

Commits
  • ab3ff69 chore: prepare to release v1.46.1 (#7444)
  • a0d5b8a runtime(unstable): fix task hook spawn locations for tokio::spawn (#7440)
  • a1ee3ef chore: fix some minor typos in the comments (#7442)
  • 171cd14 changelog: fix typo in pipe::OpenOptions for 1.46.0 (#7439)
  • 3f1f268 chore: prepare Tokio v1.46.0 (#7437)
  • 3e890cc rt(unstable): add spawn Location to TaskMeta (#7417)
  • 69290a6 net: derive Clone for net::unix::SocketAddr (#7422)
  • e2b1758 fuzz: cfg fuzz tests under cfg(test) (#7428)
  • b7a75b5 net: update AsRawFd doc link to current Rust stdlib location (#7429)
  • 6b705b3 net: allow pipe::OpenOptions::read_write on Android (#7426)
  • Additional commits viewable in compare view

Updates utoipa from 5.3.1 to 5.4.0

Release notes

Sourced from utoipa's releases.

utoipa-5.4.0

What's New 💎 🆕 🎉

Full change log

utoipa-gen-5.4.0

What's New 💎 🆕 🎉

Full change log

Commits

Updates ts-rs from 11.0.1 to 11.1.0

Release notes

Sourced from ts-rs's releases.

v11.1.0

Today, we're happy to publish a small follow-up to v11.0.1!

This release fixes a nasty build failure when using the format feature. Note: For those that use the format feature, this release bumps the MSRV to 1.88. We'd have preferred to do this in a major release, but felt this was acceptable since the build was broken by one of the dependencies anyway.

New features

TypeScript enums with #[ts(repr(enum))

#[ts(repr(enum)) instructs ts-rs to generate an enum, instead of a type for your rust enum.

#[derive(TS)]
#[ts(repr(enum))]
enum Role {
    User,
    Admin,
}
// will generate `export enum Role { "User", "Admin" }`

Discriminants are preserved, and you can use the variant's name as discriminant instead using #[ts(repr(enum = name))]

#[ts(optional_fields)] in enums

The #[ts(optional_fields)] attribute can now be applied directly to enums, or even to individual enum variants.

Control over file extensions in imports

Normally, we generate import { Type } from "file" statements. In some scenarios though, it might be necessary to use a .ts or even .js extension instead.
This is now possible by setting the TS_RS_IMPORT_EXTENSION environment variable.

Note: With the introduction of this feature, we deprecate the import-esm cargo feature. It will be removed in a future major release.

Full changelog

New Contributors

Changelog

Sourced from ts-rs's changelog.

11.1.0

Features

  • Add #[ts(repr(enum))] attribute (#425)
  • Add support for #[ts(optional_fields)] in enums and enum variants (#432)
  • Deprecate import-esm cargo feature in favour of RS_RS_IMPORT_EXTENSION (#423)

Fixes

  • Fix bindings for chrono::Duration (#434)
Commits

Updates sea-orm from 1.1.13 to 1.1.19

Release notes

Sourced from sea-orm's releases.

1.1.19

Enhancements

Bug Fixes

1.1.17

New Features

  • Added map_sqlx_mysql_opts, map_sqlx_postgres_opts, map_sqlx_sqlite_opts to ConnectOptions SeaQL/sea-orm#2731
let mut opt = ConnectOptions::new(url);
opt.map_sqlx_postgres_opts(|pg_opt: PgConnectOptions| {
    pg_opt.ssl_mode(PgSslMode::Require)
});

1.1.16

Bug Fixes

#[derive(DerivePartialModel)]
#[sea_orm(entity = "active_enum::Entity", from_query_result, alias = "zzz")]
struct PartialWithEnumAndAlias {
    #[sea_orm(from_col = "tea")]
    foo: Option<Tea>,
}
let sql = active_enum::Entity::find()
.into_partial_model::<PartialWithEnumAndAlias>()
.into_statement(DbBackend::Postgres)
.sql;
assert_eq!(
sql,
r#"SELECT CAST("zzz"."tea" AS "text") AS "foo" FROM "public"."active_enum""#,
);

Enhancements

... (truncated)

Changelog

Sourced from sea-orm's changelog.

1.1.19 - 2025-11-11

Enhancements

Bug Fixes

1.1.17 - 2025-10-09

New Features

  • Added map_sqlx_mysql_opts, map_sqlx_postgres_opts, map_sqlx_sqlite_opts to ConnectOptions SeaQL/sea-orm#2731
let mut opt = ConnectOptions::new(url);
opt.map_sqlx_postgres_opts(|pg_opt: PgConnectOptions| {
    pg_opt.ssl_mode(PgSslMode::Require)
});

1.1.16 - 2025-09-11

Bug Fixes

#[derive(DerivePartialModel)]
#[sea_orm(entity = "active_enum::Entity", from_query_result, alias = "zzz")]
struct PartialWithEnumAndAlias {
    #[sea_orm(from_col = "tea")]
    foo: Option<Tea>,
}
let sql = active_enum::Entity::find()
.into_partial_model::<PartialWithEnumAndAlias>()
.into_statement(DbBackend::Postgres)
.sql;
assert_eq!(
sql,
r#"SELECT CAST("zzz"."tea" AS "text") AS "foo" FROM "public"."active_enum""#,
);

Enhancements

... (truncated)

Commits

Updates sea-query from 0.32.6 to 0.32.7

Changelog

Sourced from sea-query's changelog.

0.32.7 - 2025-08-06

Enhancements

  • Added ValueType::is_option

Bug Fixes

SELECT .. OVER "w" FROM "character" WINDOW "w" AS (PARTITION BY "ww")
  • Fix serializing iden as a value in ALTER TYPE ... RENAME TO ... statements SeaQL/sea-query#924
ALTER TYPE "font" RENAME TO "typeface"
  • Fixed the issue where milliseconds were truncated when formatting Value::Constant SeaQL/sea-query#929
'2025-01-01 00:00:00.000000'
                    ^^^^^^^
Commits
  • d328d0d 0.32.7
  • 9fdb869 Changelog
  • 12ed283 Add ValueType::is_option
  • fbb7f31 Changelog
  • 927e81a Format microsecond in prepare_constant (#929)
  • 72fb426 Fix build
  • a926460 Add missing parenthesis to window definition (#919)
  • d6d8b24 Fix incorrect casting from DateTime\<Local> to ChronoDateTimeWithTimeZone ...
  • b09f0ed Fix serializing iden as a value in ALTER TYPE ... RENAME TO ... statements ...
  • See full diff in compare view

Updates uuid from 1.16.0 to 1.19.0

Release notes

Sourced from uuid's releases.

v1.19.0

What's Changed

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

v1.18.1

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1

v1.18.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0

v1.17.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0

Commits
  • 7527cef Merge pull request #849 from uuid-rs/cargo/v1.19.0
  • d0422fa prepare for 1.19.0 release
  • f9a36e2 Merge pull request #848 from paolobarbolini/maintenance
  • 029a57e Fix most clippy warnings
  • e73bb27 Upgrade to 2021 edition
  • c597622 Merge pull request #843 from paolobarbolini/serde_core-migration
  • 9835bd6 Switch serde dependency to serde_core
  • 50d8e79 Merge pull request #842 from uuid-rs/cargo/v1.18.1
  • 7948592 prepare for 1.18.1 release
  • 6d847c7 Merge pull request #841 from uuid-rs/chore/unsafe-cleanup
  • Additional commits viewable in compare view

Updates async-std from 1.13.1 to 1.13.2

Changelog

Sourced from async-std's changelog.

Changelog

All notable changes to async-std will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 844b552 Bump version to 1.13.2; no changes other than deprecation notice in docs
  • 812cc80 Add deprecation notice to the top of the library documentation
  • See full diff in compare view

Updates serde from 1.0.219 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates chrono from 0.4.40 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

v0.4.41

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates serde_json from 1.0.140 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)

v1.0.143

v1.0.142

v1.0.141

Commits

Updates tower from 0.5.2 to 0.5.3

Release notes

Sourced from tower's releases.

tower 0.5.3

Added

  • builder: Add ServiceBuilder::boxed_clone_sync() helper (#804)

Fixed

  • retry: Check that supplied jitter is not NaN (#843)

#804: tower-rs/tower#804 #843: tower-rs/tower#843

Commits

Updates tower-http from 0.6.2 to 0.6.8

Release notes

Sourced from tower-http's releases.

tower-http-0.6.8

Fixed

  • Disable multiple_members in Gzip decoder, since HTTP context only uses one member. (#621)

#621: tower-rs/tower-http#621

What's Changed

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.7...tower-http-0.6.8

tower-http-0.6.7

Added

  • TimeoutLayer::with_status_code(status) to define the status code returned when timeout is reached. (#599)

Deprecated

  • auth::require_authorization is too basic for real-world. (#591)
  • TimeoutLayer::new() should be replaced with TimeoutLayer::with_status_code(). (Previously was StatusCode::REQUEST_TIMEOUT) (#599)

Fixed

  • on_eos is now called even for successful responses. (#580)
  • ServeDir: call fallback when filename is invalid (#586)
  • decompression will not fail when body is empty (#618)

#580: tower-rs/tower-http#580 #586: tower-rs/tower-http#586

…ith 30 updates

Bumps the prod-version-updates group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [axum](https://github.com/tokio-rs/axum) | `0.8.3` | `0.8.4` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.46.1` |
| [utoipa](https://github.com/juhaku/utoipa) | `5.3.1` | `5.4.0` |
| [ts-rs](https://github.com/Aleph-Alpha/ts-rs) | `11.0.1` | `11.1.0` |
| [sea-orm](https://github.com/SeaQL/sea-orm) | `1.1.13` | `1.1.19` |
| [sea-query](https://github.com/SeaQL/sea-query) | `0.32.6` | `0.32.7` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.19.0` |
| [async-std](https://github.com/async-rs/async-std) | `1.13.1` | `1.13.2` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.42` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.149` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.2` | `0.6.8` |
| [shuttle-axum](https://github.com/shuttle-hq/shuttle) | `0.56.0` | `0.57.0` |
| [shuttle-runtime](https://github.com/shuttle-hq/shuttle) | `0.56.0` | `0.57.0` |
| [shuttle-shared-db](https://github.com/shuttle-hq/shuttle) | `0.56.0` | `0.57.0` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.16.0` | `0.16.3` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.22` |
| [axum-extra](https://github.com/tokio-rs/axum) | `0.10.1` | `0.12.5` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.17` |
| [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.44` |
| [openidconnect](https://github.com/ramosbugs/openidconnect-rs) | `4.0.0` | `4.0.1` |
| [axum-client-ip](https://github.com/imbolc/axum-client-ip) | `1.0.0` | `1.1.3` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.3.1` | `2.5.0` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` |
| [image](https://github.com/image-rs/image) | `0.25.6` | `0.25.9` |
| [sea-orm-migration](https://github.com/SeaQL/sea-orm) | `1.1.13` | `1.1.19` |
| [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.54` |
| [toml](https://github.com/toml-rs/toml) | `0.9.0` | `0.9.11+spec-1.1.0` |



Updates `axum` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.8.3...axum-v0.8.4)

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

Updates `utoipa` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-5.3.1...utoipa-5.4.0)

Updates `ts-rs` from 11.0.1 to 11.1.0
- [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases)
- [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Aleph-Alpha/ts-rs/commits/v11.1.0)

Updates `sea-orm` from 1.1.13 to 1.1.19
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@1.1.13...1.1.19)

Updates `sea-query` from 0.32.6 to 0.32.7
- [Release notes](https://github.com/SeaQL/sea-query/releases)
- [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-query@0.32.6...0.32.7)

Updates `uuid` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.16.0...v1.19.0)

Updates `async-std` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md)
- [Commits](async-rs/async-std@v1.13.1...v1.13.2)

Updates `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

Updates `chrono` from 0.4.40 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.40...v0.4.42)

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

Updates `tower` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3)

Updates `tower-http` from 0.6.2 to 0.6.8
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.8)

Updates `shuttle-axum` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.56.0...v0.57.0)

Updates `shuttle-runtime` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.56.0...v0.57.0)

Updates `shuttle-shared-db` from 0.56.0 to 0.57.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.56.0...v0.57.0)

Updates `lru` from 0.16.0 to 0.16.3
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.0...0.16.3)

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

Updates `tracing-subscriber` from 0.3.19 to 0.3.22
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.22)

Updates `axum-extra` from 0.10.1 to 0.12.5
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.10.1...axum-extra-v0.12.5)

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

Updates `time` from 0.3.41 to 0.3.44
- [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.41...v0.3.44)

Updates `openidconnect` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/ramosbugs/openidconnect-rs/releases)
- [Commits](ramosbugs/openidconnect-rs@4.0.0...4.0.1)

Updates `axum-client-ip` from 1.0.0 to 1.1.3
- [Release notes](https://github.com/imbolc/axum-client-ip/releases)
- [Commits](imbolc/axum-client-ip@v1.0.0...v1.1.3)

Updates `async-channel` from 2.3.1 to 2.5.0
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v2.3.1...v2.5.0)

Updates `regex` from 1.11.1 to 1.12.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.1...1.12.2)

Updates `image` from 0.25.6 to 0.25.9
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.6...v0.25.9)

Updates `sea-orm-migration` from 1.1.13 to 1.1.19
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@1.1.13...1.1.19)

Updates `clap` from 4.5.40 to 4.5.54
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.54)

Updates `toml` from 0.9.0 to 0.9.11+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.0...toml-v0.9.11)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: tokio
  dependency-version: 1.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: utoipa
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: ts-rs
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: sea-orm
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: sea-query
  dependency-version: 0.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: uuid
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: async-std
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: tower-http
  dependency-version: 0.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: shuttle-axum
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: shuttle-runtime
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: shuttle-shared-db
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: lru
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: tracing-subscriber
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: axum-extra
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: thiserror
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: time
  dependency-version: 0.3.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: openidconnect
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: axum-client-ip
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: async-channel
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: regex
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-version-updates
- dependency-name: image
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: sea-orm-migration
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: clap
  dependency-version: 4.5.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
- dependency-name: toml
  dependency-version: 0.9.11+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file fix Issues or pull requests that modify the code outside of bugs labels Jan 12, 2026
@dependabot dependabot bot requested a review from annie444 as a code owner January 12, 2026 19:48
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2026

Labels

The following labels could not be found: cargo. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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 fix Issues or pull requests that modify the code outside of bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants