chore(deps): tokio -> 1.29.1, tower-http -> 0.4.1, serde -> 1.0.166, serde_json -> 1.0.99, axum-test-helper -> 0.3.0, sqlx -> 0.7.0 (#26)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl> Reviewed-on: #26
This commit is contained in:
parent
a6d753e921
commit
7c07ede265
2 changed files with 288 additions and 292 deletions
568
Cargo.lock
generated
568
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
12
Cargo.toml
12
Cargo.toml
|
|
@ -10,11 +10,11 @@ license = "AGPL-3.0"
|
|||
axum = "0.6.18"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
tokio = { version = "1.28.1", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
tokio = { version = "1.29.1", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
dotenvy = "0.15.7"
|
||||
tower-http = { version = "0.4.0", features = ["fs"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
tower-http = { version = "0.4.1", features = ["fs"] }
|
||||
serde = { version = "1.0.166", features = ["derive"] }
|
||||
serde_json = "1.0.99"
|
||||
futures = "0.3.28"
|
||||
axum-test-helper = "0.2.0"
|
||||
sqlx ={ version = "0.7.0-alpha.3", default-features = false, features = ["runtime-tokio", "tls-rustls", "macros", "migrate", "sqlite"] }
|
||||
axum-test-helper = "0.3.0"
|
||||
sqlx ={ version = "0.7.0", default-features = false, features = ["runtime-tokio", "tls-rustls", "macros", "migrate", "sqlite"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue