Skip to content

Commit

Permalink
Update sqlx to 0.8.2 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn authored Nov 19, 2024
1 parent 1579615 commit 755daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ tracing-subscriber = "0.3"
tracing-test = "0.2.1"
url = "2"
chrono = "0.4"
sqlx = "0.8"
sqlx = "0.8.2"
rust-embed = "8"
time = "0.3"
2 changes: 1 addition & 1 deletion examples/db-postgres-sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ salvo = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
tracing.workspace = true
tracing-subscriber.workspace = true
sqlx = { version = "0.7", features = [ "runtime-tokio-native-tls" , "postgres" ] }
sqlx = { workspace = true, features = [ "runtime-tokio-native-tls" , "postgres" ] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true

0 comments on commit 755daf7

Please sign in to comment.