Merge pull request 'Update Rust crate sqlx to 0.9.0' (#16) from renovate/sqlx-0.x into main
All checks were successful
Build and Test / rust-boss (push) Successful in 6m47s
All checks were successful
Build and Test / rust-boss (push) Successful in 6m47s
Reviewed-on: #16
This commit is contained in:
commit
4234250b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
rocket_cors = "0.6.0"
|
||||
dotenvy = "0.15.7"
|
||||
sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
|
||||
sqlx = { version = "0.9.0", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1"
|
||||
quick-xml = { version = "0.40", features = [ "serialize" ] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue