From 02c5ba75f4a7ab002fe7dd6060bc5a772dd2ab21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:20:42 +0000 Subject: [PATCH] Update questdb-rs requirement from 3.1 to 4.0 Updates the requirements on [questdb-rs](https://github.com/questdb/c-questdb-client) to permit the latest version. - [Release notes](https://github.com/questdb/c-questdb-client/releases) - [Commits](https://github.com/questdb/c-questdb-client/compare/3.1.0...3.1.0) --- updated-dependencies: - dependency-name: questdb-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 e7b7f51..d38e558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ tonic-health = "0.11" tonic = "0.11" tonic-build = "0.11" # Quest DB uses the postgres wire protocol for queries; hence both, the questdb-rs and sqlx crates -questdb-rs = { version = "3.1" } +questdb-rs = { version = "4.0" } sqlx = { version = "0.7", features = ["runtime-tokio", "postgres", "uuid", "chrono"] } warp = { version = "0.3", features = ["multipart"] }