From 779067f948b0ed6dacbe38ba1770e138bcba8b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:11:38 +0000 Subject: [PATCH] Update oracle requirement from 0.5.1 to 0.6.0 Updates the requirements on [oracle](https://github.com/kubo/rust-oracle) to permit the latest version. - [Changelog](https://github.com/kubo/rust-oracle/blob/master/ChangeLog.md) - [Commits](https://github.com/kubo/rust-oracle/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: oracle 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 0d0585b..142e644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ chrono=["oracle/chrono"] [dependencies] r2d2 = "0.8" -oracle = "0.5.1" +oracle = "0.6.0"