Skip to content

Commit

Permalink
Update sqlx to 0.8.1 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
brogdonm authored Sep 3, 2024
1 parent 353d6f8 commit 264b23a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ redis = { version = "0.25.3", default-features = false, features = [
] }

[dev-dependencies.sqlx]
version = "0.7.4"
version = "0.8.1"
default-features = false
features = ["chrono", "mysql", "sqlite", "postgres"]

Expand Down
2 changes: 1 addition & 1 deletion examples/sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ default-features = false
version = "0.1"

[dependencies.sqlx]
version = "0.7.0"
version = "0.8.1"
default-features = false
features = ["sqlite"]
2 changes: 1 addition & 1 deletion packages/apalis-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-std-comp = ["async-std", "sqlx/runtime-async-std-rustls"]
tokio-comp = ["tokio", "sqlx/runtime-tokio-rustls"]

[dependencies.sqlx]
version = "0.7.4"
version = "0.8.1"
default-features = false
features = ["chrono"]

Expand Down

0 comments on commit 264b23a

Please sign in to comment.