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

This commit is contained in:
Felipe 2023-07-04 19:43:14 -04:00
parent a6d753e921
commit 0f0ed8cad1
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
2 changed files with 288 additions and 292 deletions

568
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"] }