From 8dd2f680e8425be1cb0070e8c341fb9dd4cb393a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:35:47 +0000 Subject: [PATCH] chore(deps): update arangors requirement from 0.5 to 0.6 Updates the requirements on [arangors](https://github.com/fMeow/arangors) to permit the latest version. - [Changelog](https://github.com/fMeow/arangors/blob/main/CHANGELOG.md) - [Commits](https://github.com/fMeow/arangors/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: arangors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a678d9..704401e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ maintenance = { status = "actively-developed" } [dependencies] async-trait = "0.1" -arangors = { version = "0.5", default-features = false } +arangors = { version = "0.6", default-features = false } bb8 = "0.8" [dev-dependencies] -arangors = "0.5" +arangors = "0.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-test = "0.4"