From 6ffffa33d739a75506e21ec4f5e3816423296b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:27:43 +0000 Subject: [PATCH] Update tokio-rusqlite requirement from 0.5.1 to 0.6.0 Updates the requirements on [tokio-rusqlite](https://github.com/programatik29/tokio-rusqlite) to permit the latest version. - [Release notes](https://github.com/programatik29/tokio-rusqlite/releases) - [Changelog](https://github.com/programatik29/tokio-rusqlite/blob/master/CHANGELOG.md) - [Commits](https://github.com/programatik29/tokio-rusqlite/compare/v0.5.1...v0.5.1) --- updated-dependencies: - dependency-name: tokio-rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a2cab0..4637b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ native-tls = { version = "0.2.11", optional = true } trust-dns-resolver = "0.23.2" url = "2.5.1" pem = { version = "3.0.4", optional = true } -tokio-rusqlite = { version = "0.5.1", optional = true } +tokio-rusqlite = { version = "0.6.0", optional = true } tonic = { version = "0.12", optional = true, features = ["tls-native-roots", "tls-webpki-roots"] } itertools = "0.13.0" dyn-clone = { version = "1.0.17", optional = true }