Skip to content

Commit bf87218

Browse files
Update Rust crate utoipa to v5.4.0 (#11370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8c8603 commit bf87218

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tracing = "=0.1.41"
134134
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
135135
typomania = { version = "=0.1.2", default-features = false }
136136
url = "=2.5.4"
137-
utoipa = { version = "=5.3.1", features = ["chrono"] }
137+
utoipa = { version = "=5.4.0", features = ["chrono"] }
138138
utoipa-axum = "=0.2.0"
139139

140140
[dev-dependencies]

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha2 = "=0.10.9"
2525
thiserror = "=2.0.12"
2626
tracing = "=0.1.41"
2727
unicode-xid = "=0.2.6"
28-
utoipa = { version = "=5.3.1", features = ["chrono"] }
28+
utoipa = { version = "=5.4.0", features = ["chrono"] }
2929

3030
[dev-dependencies]
3131
claims = "=0.8.0"

0 commit comments

Comments
 (0)