Update deps
This commit is contained in:
parent
bc4aa8242c
commit
0d564ff299
2215
Cargo.lock
generated
2215
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@ -7,8 +7,8 @@ edition = "2021"
|
|||||||
entity = { path = "entity" }
|
entity = { path = "entity" }
|
||||||
migration = { path = "migration" }
|
migration = { path = "migration" }
|
||||||
|
|
||||||
axum = { version = "0.7.5", features = ["multipart"] }
|
axum = { version = "0.8.8", features = ["multipart"] }
|
||||||
tokio = { version = "1.37.0", features = ["full"] }
|
tokio = { version = "1.48.0", features = ["full"] }
|
||||||
sea-orm = { version = "1.1.0", features = [
|
sea-orm = { version = "1.1.0", features = [
|
||||||
"sqlx-postgres",
|
"sqlx-postgres",
|
||||||
"runtime-tokio-rustls",
|
"runtime-tokio-rustls",
|
||||||
@ -20,14 +20,14 @@ serde_json = "1.0"
|
|||||||
tracing-subscriber = "0.3.18"
|
tracing-subscriber = "0.3.18"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
anyhow = { version = "1.0", features = ["backtrace"] }
|
anyhow = { version = "1.0", features = ["backtrace"] }
|
||||||
thiserror = "1.0"
|
thiserror = "2.0"
|
||||||
http = "1.1"
|
http = "1.1"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
csv = "1.3.0"
|
csv = "1.3.0"
|
||||||
clap = "4.5"
|
clap = "4.5"
|
||||||
testcontainers = "0.21"
|
testcontainers = "0.26"
|
||||||
testcontainers-modules = { version = "0.9", features = ["postgres"] }
|
testcontainers-modules = { version = "0.14", features = ["postgres"] }
|
||||||
sqlx = { version = "0.8", features = ["postgres"] }
|
sqlx = { version = "0.8", features = ["postgres"] }
|
||||||
tower-http = { version = "0.6", features = ["trace"] }
|
tower-http = { version = "0.6", features = ["trace"] }
|
||||||
bytes = "1.7"
|
bytes = "1.7"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user