Skip to content

Commit

Permalink
build(deps): bump sqlx from 0.4.2 to 0.5.1 (#155)
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.4.2 to 0.5.1.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.4.2...v0.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 88ce715 commit 9fda59b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 66 deletions.
76 changes: 11 additions & 65 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 apllodb-immutable-schema-engine-infra/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ env_logger = "0.8"
log = "0.4"

libsqlite3-sys = "0.20"
sqlx = {version = "0.4", features = ["sqlite", "runtime-async-std-native-tls"]}
sqlx = {version = "0.5", features = ["sqlite", "runtime-async-std-native-tls"]}

serde = {version = "1.0", features = ["derive"]}
serde_yaml = "0.8"
Expand Down

0 comments on commit 9fda59b

Please sign in to comment.