diff --git a/Cargo.lock b/Cargo.lock index 72afa7f2a2..ec1ba5eb31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2322,9 +2322,9 @@ dependencies = [ [[package]] name = "objectstore-client" -version = "0.0.19" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcaf8bc0ea7c50905631df108126c6a075ce5a9c16713ec4b68cc872a408e08" +checksum = "033eedf125e31b30962c0172842e964fc9983bbccd99d9ff033e7e413946861c" dependencies = [ "async-compression", "async-stream", @@ -2346,9 +2346,9 @@ dependencies = [ [[package]] name = "objectstore-types" -version = "0.0.19" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f190038e8988112a4e593f1796612941117d88753574ef6476f99324d4605aae" +checksum = "956cbdef3971ea108a15e5248625d6229870da3a3c637b6e7aada213526f8014" dependencies = [ "http", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 728aea4c73..a54e6d5f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ java-properties = "2.0.0" lazy_static = "1.4.0" libc = "0.2.139" log = { version = "0.4.17", features = ["std"] } -objectstore-client = { version = "0.0.19" , default-features = false, features = ["native-tls"] } +objectstore-client = { version = "0.1.2" , default-features = false, features = ["native-tls"] } open = "3.2.0" parking_lot = "0.12.1" percent-encoding = "2.2.0"