diff --git a/Cargo.lock b/Cargo.lock index 31e7bad0..c86544fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,9 +1835,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d139f545f64630e2e3688fd9f81c470888ab01edeb72d13b4e86c566f1130000" +checksum = "b8718f8b65fdf67a45108d1548347d4af7d71fb81ce727bbf9e3b2535e079db3" dependencies = [ "async-trait", "base64", @@ -1847,6 +1847,7 @@ dependencies = [ "humantime", "hyper", "itertools 0.12.0", + "md-5", "parking_lot", "percent-encoding", "quick-xml", diff --git a/Cargo.toml b/Cargo.toml index f8c6bf9f..6afcde95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ uuid = { version = "1.3", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1" futures = "0.3" -object_store = { version = "0.9.0", features = ["aws", "gcp", "azure"] } +object_store = { version = "0.9.1", features = ["aws", "gcp", "azure"] } parking_lot = "0.12" regex-syntax = "0.8.1" syn = "2.0.43"