Skip to content

Commit 15053c5

Browse files
committed
Update next versions and dependencies
1 parent a235161 commit 15053c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

utoipa-gen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-gen"
33
description = "Code generation implementation for utoipa"
4-
version = "3.5.0"
4+
version = "4.0.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

utoipa-swagger-ui/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-swagger-ui"
33
description = "Swagger UI for utoipa"
4-
version = "3.1.5"
4+
version = "3.1.6"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -15,7 +15,7 @@ debug = []
1515
debug-embed = ["rust-embed/debug-embed"]
1616

1717
[dependencies]
18-
rust-embed = { version = "6.6", features = ["interpolate-folder-path"] }
18+
rust-embed = { version = "8", features = ["interpolate-folder-path"] }
1919
mime_guess = { version = "2.0" }
2020
actix-web = { version = "4", optional = true, default-features = false }
2121
rocket = { version = "0.5.0-rc.3", features = ["json"], optional = true }

utoipa/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa"
33
description = "Compile time generated OpenAPI documentation for Rust"
4-
version = "3.5.0"
4+
version = "4.0.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -49,7 +49,7 @@ auto_into_responses = ["utoipa-gen/auto_into_responses"]
4949
serde = { version = "1.0", features = ["derive"] }
5050
serde_json = { version = "1.0" }
5151
serde_yaml = { version = "0.9", optional = true }
52-
utoipa-gen = { version = "3.5.0", path = "../utoipa-gen" }
52+
utoipa-gen = { version = "4.0.0", path = "../utoipa-gen" }
5353
indexmap = { version = "2", features = ["serde"] }
5454

5555
[dev-dependencies]

0 commit comments

Comments
 (0)