From edfa131ffc58b4044ce4d8cda966be0f677bea99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:03:08 +0100 Subject: Bump sqlx from 0.5.13 to 0.6.2 (#536) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.13 to 0.6.2. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.13...v0.6.2) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 580304d7..83a83b72 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -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", -- cgit v1.3.1