From bc40dc82033c63fb3d84956b5d2a68eee11019e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:37:16 +0000 Subject: [PATCH] chore(deps): update rqlite-rs requirement from 0.5.0 to 0.6.0 Updates the requirements on [rqlite-rs](https://github.com/tomvoet/rqlite-rs) to permit the latest version. - [Release notes](https://github.com/tomvoet/rqlite-rs/releases) - [Commits](https://github.com/tomvoet/rqlite-rs/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: rqlite-rs 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 4f7d7fb..8c79814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ vaultrs = "0.7.2" openssl-sys = { version = "0.9.103", features = ["vendored"] } native-tls = { version = "0.2.12", features = ["vendored"] } pulsar = "6.3" -rqlite-rs = "0.5.0" +rqlite-rs = "0.6.0" [[example]] name = "postgres"