⬆️ Automated Dependency Upgrade #5
@@ -6,20 +6,20 @@ description = "{{project-description}}"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
{% if include_aide %}
|
{% if include_aide %}
|
||||||
aide = { version = "0.16.0-alpha.1", features = [
|
aide = { version = "0.16.0-alpha.2", features = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-json",
|
"axum-json",
|
||||||
"axum-query",
|
"axum-query",
|
||||||
"swagger"
|
"swagger"
|
||||||
] }
|
] }
|
||||||
{% endif %}
|
{% endif %}
|
||||||
anyhow = "1.0.101"
|
anyhow = "1.0.102"
|
||||||
axum = { version = "0.8.8", features = ["json", "query"] }
|
axum = { version = "0.8.8", 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"] }
|
||||||
{% if include_aide %}
|
{% if include_aide %}
|
||||||
schemars = { version = "1.0", features = [
|
schemars = { version = "1.2", features = [
|
||||||
"chrono04",
|
"chrono04",
|
||||||
"preserve_order",
|
"preserve_order",
|
||||||
"url2",
|
"url2",
|
||||||
@@ -27,8 +27,8 @@ schemars = { version = "1.0", features = [
|
|||||||
] }
|
] }
|
||||||
{% endif %}
|
{% endif %}
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.149"
|
||||||
tokio = { version = "1.48.0", default-features = false, features = [
|
tokio = { version = "1.49.0", default-features = false, features = [
|
||||||
"macros",
|
"macros",
|
||||||
"net",
|
"net",
|
||||||
"rt",
|
"rt",
|
||||||
|
|||||||
Reference in New Issue
Block a user