Skip to content

Commit

Permalink
bump sqlx to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Oct 21, 2024
1 parent 97b679b commit 015e78f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 39 deletions.
67 changes: 29 additions & 38 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ serde_json = { version = "1.0", features = [ "arbitrary_precision" ] }
serde_with = "3.9.0"
similar-asserts = "1.5.0"
smol_str = { version = "0.2.0", features = [ "serde" ] }
sqlx = { version = "0.7.2", features = [ "chrono", "macros", "regexp", "runtime-async-std", "runtime-tokio", "sqlite", "uuid" ] }
sqlx = { version = "0.8.2", features = [ "chrono", "macros", "regexp", "runtime-async-std", "runtime-tokio", "sqlite", "uuid" ] }
starknet_api = "0.11.0"
strum = "0.25"
strum_macros = "0.25"
Expand Down

0 comments on commit 015e78f

Please sign in to comment.