Skip to content

Commit

Permalink
Bump sqlx from 0.5.13 to 0.6.1
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.1.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2022
1 parent 41eed3f commit 23323d0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 99 deletions.
139 changes: 42 additions & 97 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 atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parse_duration = "2.1.1"
async-trait = "0.1.49"
itertools = "0.10.3"
shellexpand = "2"
sqlx = { version = "0.5", features = [
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"chrono",
"sqlite",
Expand Down
2 changes: 1 addition & 1 deletion atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sodiumoxide = "0.2.6"
base64 = "0.13.0"
rand = "0.8.4"
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.5", features = [
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"chrono",
"postgres",
Expand Down

0 comments on commit 23323d0

Please sign in to comment.