Skip to content

Commit

Permalink
chore(deps): bump sqlx from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.1 to 0.7.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 93fd74c commit e4b127d
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 e4b127d

Please sign in to comment.