Skip to content

Commit

Permalink
Merge 7d06fcc into 353d6f8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
2 parents 353d6f8 + 7d06fcc commit e115a5c
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.0"
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"
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.0"
default-features = false
features = ["chrono"]

Expand Down

0 comments on commit e115a5c

Please sign in to comment.