Skip to content

Commit

Permalink
Bump sqlx from 0.5.13 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.13 to 0.6.0.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.5.13...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2022
1 parent 842f24e commit 825ca84
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
49 changes: 29 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = "1.0.137"
serde_derive = "1.0.137"
serde_json = "1.0.82"
sha2 = "0.10.2"
sqlx = { version = "0.5.13", features = [ "runtime-tokio-native-tls", "sqlite" ] }
sqlx = { version = "0.6.0", features = [ "runtime-tokio-native-tls", "sqlite" ] }
structopt = "0.3.26"
thiserror = "1.0.31"
ring = "0.16.20"
Expand All @@ -48,5 +48,5 @@ maplit = "1.0.2"
[build-dependencies]
anyhow = "1.0.58"
schema = { path = "./schema" }
sqlx = { version = "0.5.13", features = [ "runtime-tokio-native-tls", "sqlite" ] }
sqlx = { version = "0.6.0", features = [ "runtime-tokio-native-tls", "sqlite" ] }
tokio = { version = "1.19.2", features = [ "macros", "rt-multi-thread", "fs" ] }

0 comments on commit 825ca84

Please sign in to comment.