fix(deps): update all dependencies
This commit is contained in:
parent
b2f704856a
commit
94ae4d53d3
977
Cargo.lock
generated
977
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,13 +6,13 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-graphql = "4.0.6"
|
async-graphql = "7.0.3"
|
||||||
axum = "0.5.13"
|
axum = "0.7.5"
|
||||||
tokio = {version="1.20.1", features=["full"]}
|
tokio = {version="1.37.0", features=["full"]}
|
||||||
uuid = {version="1.1.2", features=["v4", "fast-rng"]}
|
uuid = {version="1.8.0", features=["v4", "fast-rng"]}
|
||||||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
|
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
|
||||||
anyhow = "1.0.60"
|
anyhow = "1.0.81"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
tracing = "0.1.36"
|
tracing = "0.1.40"
|
||||||
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||||
tower-http = { version = "0.3.4", features = ["full"] }
|
tower-http = { version = "0.5.2", features = ["full"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user