Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent f2b51bf commit a5ad27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = {version="0.8.5", optional=true}
reqwest = {version="0.11.16", optional=true}
serde = {version="1.0.160", features=["derive"]}
serde_json = "1.0.96"
sqlx = { version = "0.6.3", features = [
sqlx = { version = "0.7.0", features = [
"runtime-actix-native-tls",
"sqlite",
"migrate",
Expand Down

0 comments on commit a5ad27a

Please sign in to comment.