diff --git a/Cargo.lock b/Cargo.lock index 8387a80663ed..7049caad46e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7472,8 +7472,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "opendal" version = "0.50.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb28bb6c64e116ceaf8dd4e87099d3cfea4a58e85e62b104fef74c91afba0f44" +source = "git+https://github.com/GreptimeTeam/opendal.git?rev=c82605177f2feec83e49dcaa537c505639d94024#c82605177f2feec83e49dcaa537c505639d94024" dependencies = [ "anyhow", "async-trait", diff --git a/src/object-store/Cargo.toml b/src/object-store/Cargo.toml index b82be7376a72..275343fa5e45 100644 --- a/src/object-store/Cargo.toml +++ b/src/object-store/Cargo.toml @@ -17,7 +17,7 @@ futures.workspace = true lazy_static.workspace = true md5 = "0.7" moka = { workspace = true, features = ["future"] } -opendal = { version = "0.50", features = [ +opendal = { git = "https://github.com/GreptimeTeam/opendal.git", rev = "c82605177f2feec83e49dcaa537c505639d94024", features = [ "layers-tracing", "layers-prometheus", "services-azblob",