Skip to content

Commit e9c8da5

Browse files
Update utoipa requirement from 4.2.0 to 5.1.2
Updates the requirements on [utoipa](https://github.com/juhaku/utoipa) to permit the latest version. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](juhaku/utoipa@utoipa-4.2.0...utoipa-5.1.2) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72ad234 commit e9c8da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env_logger = "0.11.0"
3030
axum = { version = "0.7.4", features = ["macros"] }
3131
tokio = { version = "1.36.0", features = ["full"] }
3232
tower-http = { version = "0.6.1", features = ["cors"] }
33-
utoipa = { version = "4.2.0", features = ["axum_extras"] }
33+
utoipa = { version = "5.1.2", features = ["axum_extras"] }
3434
utoipa-swagger-ui = { version = "7", features = ["axum"] }
3535
hyper = { version = "1.2.0", features = ["full"] }
3636
postgres = { version = "0.19.7"}

0 commit comments

Comments
 (0)