Compare commits
1 Commits
4bd8f0be5f
...
4d842c4a9d
Author | SHA1 | Date | |
---|---|---|---|
4d842c4a9d |
@ -6,16 +6,16 @@ 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]
|
||||||
axum = { version = "0.5.17" }
|
axum = { version = "0.7.0" }
|
||||||
axum-extra = { version = "0.3.7", features = ["spa"] }
|
axum-extra = { version = "0.9.0", features = ["spa"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
tower-http = { version = "0.3.4", features = ["cors", "trace"] }
|
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
|
||||||
async-graphql = { version = "4.0.16", features = [
|
async-graphql = { version = "7.0.0", features = [
|
||||||
'tracing',
|
'tracing',
|
||||||
'opentelemetry',
|
'opentelemetry',
|
||||||
"log",
|
"log",
|
||||||
] }
|
] }
|
||||||
async-graphql-axum = { version = "4.0.16" }
|
async-graphql-axum = { version = "7.0.0" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
tokio = { version = "1.22", features = ["full"] }
|
tokio = { version = "1.22", features = ["full"] }
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "18.3.5",
|
"@types/react": "18.3.5",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@vitejs/plugin-react": "2.2.0",
|
"@vitejs/plugin-react": "4.3.1",
|
||||||
"typescript": "4.9.3",
|
"typescript": "5.5.4",
|
||||||
"vite": "3.2.4"
|
"vite": "5.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
1091
web/yarn.lock
1091
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user