Compare commits
1 commit
main
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
|
0bc8d9f845 |
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ async_zip = { path = "crates/async_zip", features = [
|
|||
"tokio-fs",
|
||||
"deflate",
|
||||
] }
|
||||
axum = { version = "0.7.5", default-features = false, features = [
|
||||
axum = { version = "0.8.0", default-features = false, features = [
|
||||
"http1",
|
||||
"http2",
|
||||
"json",
|
||||
|
@ -29,7 +29,7 @@ axum = { version = "0.7.5", default-features = false, features = [
|
|||
"tokio",
|
||||
"tracing",
|
||||
] }
|
||||
axum-extra = { version = "0.10.0", features = ["typed-header"] }
|
||||
axum-extra = { version = "0.11.0", features = ["typed-header"] }
|
||||
comrak = { version = "0.33.0", default-features = false }
|
||||
dotenvy = "0.15.7"
|
||||
envy = { path = "crates/envy" }
|
||||
|
|
Loading…
Reference in a new issue