Update Rust crate axum to 0.5.17
This commit is contained in:
parent
70b3b904b3
commit
c6af835c80
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -349,9 +349,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.5.15"
|
version = "0.5.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9de18bc5f2e9df8f52da03856bf40e29b747de5a84e43aefff90e3dc4a21529b"
|
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"axum-core",
|
"axum-core",
|
||||||
@ -384,9 +384,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-core"
|
name = "axum-core"
|
||||||
version = "0.2.7"
|
version = "0.2.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e4f44a0e6200e9d11a1cdc989e4b358f6e3d354fbf48478f345a17f4e43f8635"
|
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -394,6 +394,8 @@ dependencies = [
|
|||||||
"http",
|
"http",
|
||||||
"http-body",
|
"http-body",
|
||||||
"mime",
|
"mime",
|
||||||
|
"tower-layer",
|
||||||
|
"tower-service",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -13,7 +13,7 @@ como_infrastructure = { path = "../como_infrastructure" }
|
|||||||
|
|
||||||
async-graphql = "4.0.6"
|
async-graphql = "4.0.6"
|
||||||
async-graphql-axum = "*"
|
async-graphql-axum = "*"
|
||||||
axum = "0.5.13"
|
axum = "0.5.17"
|
||||||
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
||||||
axum-sessions = { version = "*" }
|
axum-sessions = { version = "*" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -14,7 +14,7 @@ como_api = { path = "../como_api" }
|
|||||||
|
|
||||||
async-graphql = "4.0.6"
|
async-graphql = "4.0.6"
|
||||||
async-graphql-axum = "*"
|
async-graphql-axum = "*"
|
||||||
axum = "0.5.13"
|
axum = "0.5.17"
|
||||||
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
||||||
axum-sessions = { version = "*" }
|
axum-sessions = { version = "*" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
como_domain = { path = "../como_domain" }
|
como_domain = { path = "../como_domain" }
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
axum = "0.5.1"
|
axum = "0.5.17"
|
||||||
|
|
||||||
# utilty crates
|
# utilty crates
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
|
@ -12,7 +12,7 @@ como_infrastructure = { path = "../como_infrastructure" }
|
|||||||
|
|
||||||
async-graphql = "4.0.6"
|
async-graphql = "4.0.6"
|
||||||
async-graphql-axum = "*"
|
async-graphql-axum = "*"
|
||||||
axum = "0.5.13"
|
axum = "0.5.17"
|
||||||
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
||||||
axum-sessions = { version = "*" }
|
axum-sessions = { version = "*" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -11,7 +11,7 @@ como_domain = { path = "../como_domain" }
|
|||||||
|
|
||||||
async-graphql = "4.0.6"
|
async-graphql = "4.0.6"
|
||||||
async-graphql-axum = "*"
|
async-graphql-axum = "*"
|
||||||
axum = "0.5.13"
|
axum = "0.5.17"
|
||||||
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
|
||||||
axum-sessions = { version = "*" }
|
axum-sessions = { version = "*" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user