Skip to content

Commit

Permalink
Bump sqlx from 0.7.4 to 0.8.2 (#1217)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 605ff70 commit 4566769
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 55 deletions.
94 changes: 40 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde = { features = ["derive", "rc"], workspace = true }
serde_json = { workspace = true }
toml = "0.8"
serde_with = { workspace = true }
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.7" }
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.8" }
stretto = { features = ["async", "sync"], version = "0.8" }
tar = { version = "0.4" }
time = "0.3"
Expand Down

0 comments on commit 4566769

Please sign in to comment.