From 481256985d3104c8f071e151583aa02d237267d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 05:40:08 -0700 Subject: [PATCH] Bump object_store from 0.5.1 to 0.5.2 (#112) --- Cargo.lock | 11 +++++++---- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88a86bf4..dd62aeaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1019,8 +1019,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", ] [[package]] @@ -1662,15 +1664,16 @@ dependencies = [ [[package]] name = "object_store" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ce10a205d9f610ae3532943039c34c145930065ce0c4284134c897fe6073b1" +checksum = "0014545954c5023b5fb8260415e54467cde434db6c824c9028a4b329f1b28e48" dependencies = [ "async-trait", "base64", "bytes", "chrono", "futures", + "getrandom 0.2.7", "itertools", "parking_lot", "percent-encoding", @@ -1908,9 +1911,9 @@ checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" [[package]] name = "quick-xml" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9" +checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5f037f4e..0ec1f074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ uuid = { version = "0.8", features = ["v4"] } mimalloc = { version = "*", optional = true, default-features = false } async-trait = "0.1" futures = "0.3" -object_store = { version = "0.5.1", features = ["aws", "gcp", "azure"] } +object_store = { version = "0.5.2", features = ["aws", "gcp", "azure"] } parking_lot = "0.12" [lib]