Skip to content

Commit 825ca84

Browse files
Bump sqlx from 0.5.13 to 0.6.0
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] <[email protected]>
1 parent 842f24e commit 825ca84

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

Cargo.lock

Lines changed: 29 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = "1.0.137"
2525
serde_derive = "1.0.137"
2626
serde_json = "1.0.82"
2727
sha2 = "0.10.2"
28-
sqlx = { version = "0.5.13", features = [ "runtime-tokio-native-tls", "sqlite" ] }
28+
sqlx = { version = "0.6.0", features = [ "runtime-tokio-native-tls", "sqlite" ] }
2929
structopt = "0.3.26"
3030
thiserror = "1.0.31"
3131
ring = "0.16.20"
@@ -48,5 +48,5 @@ maplit = "1.0.2"
4848
[build-dependencies]
4949
anyhow = "1.0.58"
5050
schema = { path = "./schema" }
51-
sqlx = { version = "0.5.13", features = [ "runtime-tokio-native-tls", "sqlite" ] }
51+
sqlx = { version = "0.6.0", features = [ "runtime-tokio-native-tls", "sqlite" ] }
5252
tokio = { version = "1.19.2", features = [ "macros", "rt-multi-thread", "fs" ] }

0 commit comments

Comments
 (0)