From a646d82d39bd7f2a1913f7ed44d624605c6cfd86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:53:50 +0000 Subject: [PATCH] chore(deps): Update opendal requirement from 0.40 to 0.41 Updates the requirements on [opendal](https://github.com/apache/incubator-opendal) to permit the latest version. - [Release notes](https://github.com/apache/incubator-opendal/releases) - [Changelog](https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/incubator-opendal/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: opendal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/iceberg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 18b5dab3e..9f2d4a8f2 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -43,7 +43,7 @@ itertools = "0.11" lazy_static = "1" murmur3 = "0.5.2" once_cell = "1" -opendal = "0.40" +opendal = "0.41" ordered-float = "4.0.0" rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] }