From e23d2dc27f231ee559e66a95aedb135b1b4da74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 12:14:58 +0000 Subject: [PATCH] chore(deps): Update opendal requirement from 0.45 to 0.46 Updates the requirements on [opendal](https://github.com/apache/opendal) to permit the latest version. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/compare/v0.45.0...v0.45.1) --- updated-dependencies: - dependency-name: opendal 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 d1894c1465..a830030db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ log = "^0.4" mockito = "^1" murmur3 = "0.5.2" once_cell = "1" -opendal = "0.45" +opendal = "0.46" ordered-float = "4.0.0" parquet = "51" pilota = "0.11.0"