Commit 15053c5 1 parent a235161 commit 15053c5 Copy full SHA for 15053c5
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " utoipa-gen"
3
3
description = " Code generation implementation for utoipa"
4
- version = " 3.5 .0"
4
+ version = " 4.0 .0"
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " utoipa-swagger-ui"
3
3
description = " Swagger UI for utoipa"
4
- version = " 3.1.5 "
4
+ version = " 3.1.6 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
@@ -15,7 +15,7 @@ debug = []
15
15
debug-embed = [" rust-embed/debug-embed" ]
16
16
17
17
[dependencies ]
18
- rust-embed = { version = " 6.6 " , features = [" interpolate-folder-path" ] }
18
+ rust-embed = { version = " 8 " , features = [" interpolate-folder-path" ] }
19
19
mime_guess = { version = " 2.0" }
20
20
actix-web = { version = " 4" , optional = true , default-features = false }
21
21
rocket = { version = " 0.5.0-rc.3" , features = [" json" ], optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " utoipa"
3
3
description = " Compile time generated OpenAPI documentation for Rust"
4
- version = " 3.5 .0"
4
+ version = " 4.0 .0"
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
@@ -49,7 +49,7 @@ auto_into_responses = ["utoipa-gen/auto_into_responses"]
49
49
serde = { version = " 1.0" , features = [" derive" ] }
50
50
serde_json = { version = " 1.0" }
51
51
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" }
53
53
indexmap = { version = " 2" , features = [" serde" ] }
54
54
55
55
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments