⬆️ Automated Dependency Upgrade (#6)
This PR contains automated dependency upgrades that have been tested with `cargo check` and `cargo build` ## Changes ``` name old req compatible latest new req ==== ======= ========== ====== ======= aide 0.16.0-alpha.2 0.16.0-alpha.4 0.16.0-alpha.4 0.16.0-alpha.4 axum 0.8.8 0.8.9 0.8.9 0.8.9 tokio 1.49.0 1.52.1 1.52.1 1.52.1 tracing-subscriber 0.3.22 0.3.23 0.3.23 0.3.23 Upgrading git dependencies [1m[32m Locking[0m 0 packages to latest Rust 1.90.0 compatible versions Upgrading recursive dependencies [1m[32m Locking[0m 0 packages to latest Rust 1.90.0 compatible versions note: Re-run with `--verbose` to show more dependencies git: axum-app-wrapper latest: 8 packages ``` ## Testing ✅ Generated test project with aide ✅ Generated test project without aide ✅ All builds passed ✅ All checks passed ## Workflow Run https://gitea.fasharp.io/fa-sharp/axum-template/actions/runs/17 --- *This PR was automatically created by the dependency check workflow.* Co-authored-by: Dependency Bot <bot@gitea.actions> Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -6,7 +6,7 @@ description = "{{project-description}}"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
{% if include_aide %}
|
{% if include_aide %}
|
||||||
aide = { version = "0.16.0-alpha.2", features = [
|
aide = { version = "0.16.0-alpha.4", features = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-json",
|
"axum-json",
|
||||||
"axum-query",
|
"axum-query",
|
||||||
@@ -14,7 +14,7 @@ aide = { version = "0.16.0-alpha.2", features = [
|
|||||||
] }
|
] }
|
||||||
{% endif %}
|
{% endif %}
|
||||||
anyhow = "1.0.102"
|
anyhow = "1.0.102"
|
||||||
axum = { version = "0.8.8", features = ["json", "query"] }
|
axum = { version = "0.8.9", features = ["json", "query"] }
|
||||||
axum-app-wrapper = { git = "https://gitea.fasharp.io/fa-sharp/axum-app-wrapper", rev = "a8d5e4f962" }
|
axum-app-wrapper = { git = "https://gitea.fasharp.io/fa-sharp/axum-app-wrapper", rev = "a8d5e4f962" }
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
figment = { version = "0.10.19", features = ["env"] }
|
figment = { version = "0.10.19", features = ["env"] }
|
||||||
@@ -28,7 +28,7 @@ schemars = { version = "1.2", features = [
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.149"
|
serde_json = "1.0.149"
|
||||||
tokio = { version = "1.49.0", default-features = false, features = [
|
tokio = { version = "1.52.1", default-features = false, features = [
|
||||||
"macros",
|
"macros",
|
||||||
"net",
|
"net",
|
||||||
"rt",
|
"rt",
|
||||||
@@ -36,5 +36,5 @@ tokio = { version = "1.49.0", default-features = false, features = [
|
|||||||
"signal"
|
"signal"
|
||||||
] }
|
] }
|
||||||
tracing = "0.1.44"
|
tracing = "0.1.44"
|
||||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
|
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }
|
||||||
type-map = "0.5.1"
|
type-map = "0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user