Skip to content

Commit

Permalink
chore(deps): update rust crate sqlx to 0.8.3 (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 9f0b9d5 commit 4fbcf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = "1.0.134"
serde_qs = "0.13.0"
thiserror = "2.0.9"
chrono = { version = "0.4.39", features = ["serde"] }
sqlx = { version = "0.8.2", features = [
sqlx = { version = "0.8.3", features = [
"chrono",
"postgres",
"json",
Expand Down Expand Up @@ -74,7 +74,7 @@ getset = "0.1.3"
num_cpus = "1.16.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
sqlx = { version = "0.8.2", features = [
sqlx = { version = "0.8.3", features = [
"postgres",
"json",
"chrono",
Expand Down

0 comments on commit 4fbcf09

Please sign in to comment.