Skip to content

Commit b0b6e35

Browse files
authored
Merge pull request #164 from factorial-io/renovate/axum-monorepo
chore(deps): update rust crate axum to 0.8.0
2 parents bb32502 + e42d8ff commit b0b6e35

File tree

9 files changed

+130
-73
lines changed

9 files changed

+130
-73
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license-file = "LICENSE"
1212

1313
[workspace.dependencies]
1414
anyhow = "1.0.89"
15-
axum = { version = "0.7.7", features = ["ws", "macros"] }
15+
axum = { version = "0.8.0", features = ["ws", "macros"] }
1616
bollard = "0.18.0"
1717
config = "0.15.0"
1818
readonly = "0.2.12"
@@ -49,10 +49,11 @@ opentelemetry-otlp = { version = "0.28.0", features = [
4949
"tls",
5050
] }
5151

52-
utoipa = { version = "5.0.0", features = ["axum_extras", "uuid", "chrono"] }
53-
utoipa-swagger-ui = { version = "8.0", features = ["axum", "reqwest"] }
54-
utoipa-redoc = { version = "5.0", features = ["axum"] }
55-
utoipa-rapidoc = { version = "5.0", features = ["axum"] }
52+
utoipa = { version = "5.3", features = ["axum_extras", "uuid", "chrono"] }
53+
utoipa-swagger-ui = { version = "9.0", features = ["axum", "reqwest"] }
54+
utoipa-redoc = { version = "6.0", features = ["axum"] }
55+
utoipa-rapidoc = { version = "6.0", features = ["axum"] }
56+
utoipa-axum = "0.2"
5657

5758
tower-http = { version = "0.6.1", features = ["cors", "fs"] }
5859
tokio-tungstenite = "*"

scotty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ walkdir.workspace = true
4747
tokio-stream.workspace = true
4848
clokwerk.workspace = true
4949
bcrypt.workspace = true
50+
utoipa-axum.workspace = true
5051
[package.metadata.release]
5152
pre-release-hook = ["echo", "skipping"]

0 commit comments

Comments
 (0)