From d9340d870fe34ab22fc578a544382eceafe0db06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:04:29 +0000 Subject: [PATCH] Update dotenv requirement from 0.14.1 to 0.15.0 Updates the requirements on [dotenv](https://github.com/dotenv-rs/dotenv) to permit the latest version. - [Release notes](https://github.com/dotenv-rs/dotenv/releases) - [Changelog](https://github.com/dotenv-rs/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/dotenv-rs/dotenv/compare/v0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orientdb-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orientdb-client/Cargo.toml b/orientdb-client/Cargo.toml index c369802..e374869 100644 --- a/orientdb-client/Cargo.toml +++ b/orientdb-client/Cargo.toml @@ -40,7 +40,7 @@ orientdb-macro = { path="../orientdb-macro", version="0.2", optional=true } [dev-dependencies] -dotenv = "0.14.1" +dotenv = "0.15.0" uuid = { version = "1.6", features=["v4"] } [[example]]