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 6fb001e  chore(deps): Update opendal requirement from 0.39 to 0.40 
(#65)
6fb001e is described below

commit 6fb001eec5e23c420675e6f4162d159de7a9b905
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 27 09:57:35 2023 +0200

    chore(deps): Update opendal requirement from 0.39 to 0.40 (#65)
    
    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.39.0...v0.40.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>
---
 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 06d3ef4..195f194 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.39"
+opendal = "0.40"
 ordered-float = "4.0.0"
 rust_decimal = "1.31.0"
 serde = { version = "^1.0", features = ["rc"] }

Reply via email to