Skip to content

Commit

Permalink
Update Rust crate sqlx to 0.8.1 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent f2b51bf commit a7a3b4d
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.8.1", features = [
"runtime-actix-native-tls",
"sqlite",
"migrate",
Expand Down

0 comments on commit a7a3b4d

Please sign in to comment.