This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 47e3ae7 chore(deps): Update opendal requirement from 0.43 to 0.44
(#142)
47e3ae7 is described below
commit 47e3ae73e24e1424bc1d244f50c87f73e72789d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 1 20:50:50 2024 +0100
chore(deps): Update opendal requirement from 0.43 to 0.44 (#142)
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.43.0...v0.43.0)
---
updated-dependencies:
- dependency-name: opendal
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index a59a4bb..c36dfc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ log = "^0.4"
mockito = "^1"
murmur3 = "0.5.2"
once_cell = "1"
-opendal = "0.43"
+opendal = "0.44"
ordered-float = "4.0.0"
pretty_assertions = "1.4.0"
port_scanner = "0.1.5"