chore(deps): update rust crate sqlx to 0.8.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed
This commit is contained in:
parent
8cbaa6d384
commit
9c658368bb
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ config = "0.14"
|
|||
derive_more = "0.99.17"
|
||||
url = { version = "2.2.2", features = ["serde"]}
|
||||
serde_json = { version ="1", features = ["raw_value"]}
|
||||
sqlx = { version = "0.6.2", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json"] }
|
||||
sqlx = { version = "0.8.0", features = ["runtime-actix-rustls", "postgres", "time", "offline", "json"] }
|
||||
clap = { vesrion = "3.2.20", features = ["derive"]}
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
libforms = { path = "./env/libforms" }
|
||||
|
@ -32,7 +32,7 @@ libforms = { path = "./env/libforms" }
|
|||
|
||||
[build-dependencies]
|
||||
serde_json = "1"
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] }
|
||||
sqlx = { version = "0.8.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline"] }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.7.0"
|
||||
|
|
Loading…
Reference in a new issue