Update Rust crate sqlx to 0.9.0
All checks were successful
Build and Test / rust-boss (push) Successful in 6m49s
All checks were successful
Build and Test / rust-boss (push) Successful in 6m49s
This commit is contained in:
parent
a3c9acfe0c
commit
c7b27e94b8
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