diff --git a/Cargo.lock b/Cargo.lock index e5d8375180..20e08d69da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3806,9 +3806,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f344e51ec9584d2f51199c0c29c6f73dddd04ade986497875bf8fa2f178caf0" +checksum = "e1ea8f683b4f89a64181393742c041520a1a87e9775e6b4c0dd5a3281af05fc6" dependencies = [ "async-trait", "base64 0.21.0", diff --git a/clap_blocks/Cargo.toml b/clap_blocks/Cargo.toml index 3a79b6bf5c..613f0fa778 100644 --- a/clap_blocks/Cargo.toml +++ b/clap_blocks/Cargo.toml @@ -14,7 +14,7 @@ humantime = "2.1.0" iox_catalog = { path = "../iox_catalog" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.93" diff --git a/compactor/Cargo.toml b/compactor/Cargo.toml index f49500c88a..95583e575e 100644 --- a/compactor/Cargo.toml +++ b/compactor/Cargo.toml @@ -18,7 +18,7 @@ iox_catalog = { path = "../iox_catalog" } iox_query = { path = "../iox_query" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } diff --git a/compactor2/Cargo.toml b/compactor2/Cargo.toml index 0a321d9e59..d4a184f7fc 100644 --- a/compactor2/Cargo.toml +++ b/compactor2/Cargo.toml @@ -17,7 +17,7 @@ iox_query = { path = "../iox_query" } iox_time = { path = "../iox_time" } itertools = "0.10.5" metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } diff --git a/compactor2_test_utils/Cargo.toml b/compactor2_test_utils/Cargo.toml index 55b9a4828b..63b5d9b2e5 100644 --- a/compactor2_test_utils/Cargo.toml +++ b/compactor2_test_utils/Cargo.toml @@ -18,7 +18,7 @@ iox_catalog = { path = "../iox_catalog" } iox_query = { path = "../iox_query" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } diff --git a/garbage_collector/Cargo.toml b/garbage_collector/Cargo.toml index 03a317c8dc..88d82505be 100644 --- a/garbage_collector/Cargo.toml +++ b/garbage_collector/Cargo.toml @@ -14,7 +14,7 @@ data_types = { path = "../data_types" } futures = "0.3" humantime = "2.1.0" iox_catalog = { path = "../iox_catalog" } -object_store = { version = "0.5.4" } +object_store = { version = "0.5.5" } observability_deps = { path = "../observability_deps" } snafu = "0.7" tokio = { version = "1", features = ["macros", "rt", "sync"] } diff --git a/import/Cargo.toml b/import/Cargo.toml index befd5ba7c4..05cda4d5cd 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3" generated_types = { path = "../generated_types" } influxdb_iox_client = { path = "../influxdb_iox_client" } iox_catalog = { path = "../iox_catalog" } -object_store = { version = "0.5.4", features = ["aws"] } +object_store = { version = "0.5.5", features = ["aws"] } observability_deps = { path = "../observability_deps" } schema = { path = "../schema" } serde = { version = "1.0", features = ["derive"] } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 67e4e040cc..37c23d1abc 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -31,7 +31,7 @@ ioxd_querier = { path = "../ioxd_querier"} ioxd_router = { path = "../ioxd_router"} ioxd_test = { path = "../ioxd_test"} metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" object_store_metrics = { path = "../object_store_metrics" } observability_deps = { path = "../observability_deps" } panic_logging = { path = "../panic_logging" } diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index ee850ccafa..bb07e800be 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -28,7 +28,7 @@ iox_time = { path = "../iox_time" } metric = { path = "../metric" } mutable_batch = { path = "../mutable_batch"} mutable_batch_lp = { path = "../mutable_batch_lp" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } once_cell = "1" parking_lot = "0.12" diff --git a/ingester2/Cargo.toml b/ingester2/Cargo.toml index 8e7313739f..27ed8b48c1 100644 --- a/ingester2/Cargo.toml +++ b/ingester2/Cargo.toml @@ -29,7 +29,7 @@ iox_time = { path = "../iox_time" } metric = { version = "0.1.0", path = "../metric" } mutable_batch = { version = "0.1.0", path = "../mutable_batch" } mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { version = "0.1.0", path = "../observability_deps" } once_cell = "1.17" parking_lot = "0.12.1" diff --git a/iox_query/Cargo.toml b/iox_query/Cargo.toml index 27ea70f11c..49c2f2a245 100644 --- a/iox_query/Cargo.toml +++ b/iox_query/Cargo.toml @@ -29,7 +29,7 @@ hashbrown = { workspace = true } influxdb_influxql_parser = { path = "../influxdb_influxql_parser" } itertools = "0.10.5" once_cell = "1" -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet_file = { path = "../parquet_file" } diff --git a/iox_tests/Cargo.toml b/iox_tests/Cargo.toml index 4cba41e967..efa5e51969 100644 --- a/iox_tests/Cargo.toml +++ b/iox_tests/Cargo.toml @@ -16,7 +16,7 @@ iox_catalog = { path = "../iox_catalog" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } mutable_batch_lp = { path = "../mutable_batch_lp" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } diff --git a/ioxd_compactor/Cargo.toml b/ioxd_compactor/Cargo.toml index f891e16bd3..3f72f68681 100644 --- a/ioxd_compactor/Cargo.toml +++ b/ioxd_compactor/Cargo.toml @@ -15,7 +15,7 @@ iox_catalog = { path = "../iox_catalog" } ioxd_common = { path = "../ioxd_common" } metric = { path = "../metric" } iox_query = { path = "../iox_query" } -object_store = "0.5.4" +object_store = "0.5.5" iox_time = { path = "../iox_time" } trace = { path = "../trace" } diff --git a/ioxd_ingester/Cargo.toml b/ioxd_ingester/Cargo.toml index 612fcac30d..5e2302890e 100644 --- a/ioxd_ingester/Cargo.toml +++ b/ioxd_ingester/Cargo.toml @@ -13,7 +13,7 @@ ingester = { path = "../ingester" } iox_catalog = { path = "../iox_catalog" } ioxd_common = { path = "../ioxd_common" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" iox_query = { path = "../iox_query" } trace = { path = "../trace" } write_buffer = { path = "../write_buffer" } diff --git a/ioxd_querier/Cargo.toml b/ioxd_querier/Cargo.toml index 02e787aad7..eba4ea85d8 100644 --- a/ioxd_querier/Cargo.toml +++ b/ioxd_querier/Cargo.toml @@ -13,7 +13,7 @@ generated_types = { path = "../generated_types" } iox_catalog = { path = "../iox_catalog" } ioxd_common = { path = "../ioxd_common" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" querier = { path = "../querier" } iox_query = { path = "../iox_query" } router = { path = "../router" } diff --git a/ioxd_router/Cargo.toml b/ioxd_router/Cargo.toml index 1372365d94..a56ee289c6 100644 --- a/ioxd_router/Cargo.toml +++ b/ioxd_router/Cargo.toml @@ -13,7 +13,7 @@ iox_catalog = { path = "../iox_catalog" } ioxd_common = { path = "../ioxd_common" } metric = { path = "../metric" } mutable_batch = { path = "../mutable_batch" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } router = { path = "../router" } sharder = { path = "../sharder" } diff --git a/object_store_metrics/Cargo.toml b/object_store_metrics/Cargo.toml index 8fd80ad4ad..c14a159a5a 100644 --- a/object_store_metrics/Cargo.toml +++ b/object_store_metrics/Cargo.toml @@ -11,7 +11,7 @@ bytes = "1.4" futures = "0.3" iox_time = { version = "0.1.0", path = "../iox_time" } metric = { version = "0.1.0", path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" pin-project = "1.0.12" tokio = { version = "1.26", features = ["io-util"] } workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/parquet_file/Cargo.toml b/parquet_file/Cargo.toml index ae3c73e45f..3c123304b4 100644 --- a/parquet_file/Cargo.toml +++ b/parquet_file/Cargo.toml @@ -15,7 +15,7 @@ datafusion_util = { path = "../datafusion_util" } futures = "0.3" generated_types = { path = "../generated_types" } iox_time = { path = "../iox_time" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet = { workspace = true, features = ["experimental"]} diff --git a/parquet_to_line_protocol/Cargo.toml b/parquet_to_line_protocol/Cargo.toml index 3761ad362b..5b11fdad5d 100644 --- a/parquet_to_line_protocol/Cargo.toml +++ b/parquet_to_line_protocol/Cargo.toml @@ -11,7 +11,7 @@ datafusion_util = { path = "../datafusion_util" } influxdb_line_protocol = { path = "../influxdb_line_protocol" } futures = {version = "0.3"} num_cpus = "1.15.0" -object_store = { version = "0.5.4" } +object_store = { version = "0.5.5" } parquet_file = { path = "../parquet_file" } schema = { path = "../schema" } tokio = "1.26" diff --git a/querier/Cargo.toml b/querier/Cargo.toml index bc97d76ae3..0ca08ad777 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -23,7 +23,7 @@ iox_catalog = { path = "../iox_catalog" } iox_query = { path = "../iox_query" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet_file = { path = "../parquet_file" } diff --git a/router/Cargo.toml b/router/Cargo.toml index 83c8e9827c..fbb8f61ac3 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -22,7 +22,7 @@ metric = { path = "../metric" } mutable_batch = { path = "../mutable_batch" } mutable_batch_lp = { path = "../mutable_batch_lp" } mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" predicate = { path = "../predicate" } diff --git a/service_grpc_object_store/Cargo.toml b/service_grpc_object_store/Cargo.toml index a8c6363544..f7f1310053 100644 --- a/service_grpc_object_store/Cargo.toml +++ b/service_grpc_object_store/Cargo.toml @@ -10,7 +10,7 @@ data_types = { path = "../data_types" } futures = "0.3" generated_types = { path = "../generated_types" } iox_catalog = { path = "../iox_catalog" } -object_store = "0.5.4" +object_store = "0.5.5" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } tokio = { version = "1", features = ["rt-multi-thread", "macros"] }