Skip to content

Commit

Permalink
fix(deps): update rust crate sqlx to 0.8.1 [security] (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoffrey Mureithi <95377562+geofmureithi@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geofmureithi authored Sep 2, 2024
1 parent 873a2ca commit 6b85ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ redis = { version = "0.25.3", default-features = false, features = [
] }

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

Expand Down
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.8.0"
version = "0.8.1"
default-features = false
features = ["chrono"]

Expand Down

0 comments on commit 6b85ac4

Please sign in to comment.