Skip to content

Commit

Permalink
Merge pull request #139 from ngutech21/dependabot/cargo/sqlx-0.7.2
Browse files Browse the repository at this point in the history
chore(deps): bump sqlx from 0.7.1 to 0.7.2
  • Loading branch information
ngutech21 authored Sep 28, 2023
2 parents e67598c + e4b127d commit 5e43322
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 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 moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.32.0", features = ["rt", "sync"] }
[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.11.20", features = ["serde_json", "json", "rustls-tls"], default-features = false }
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
sqlx = { version = "0.7.1", default-features = false, features = ["sqlite", "runtime-tokio-rustls", "migrate", "macros"] }
sqlx = { version = "0.7.2", default-features = false, features = ["sqlite", "runtime-tokio-rustls", "migrate", "macros"] }

[dev-dependencies]
tempfile = "3.7.1"

0 comments on commit 5e43322

Please sign in to comment.