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-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index dff89315..d1fdb02d 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -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", -- cgit v1.3.1