From 55293d2cb05e3aea82a7736d04fcaeec59a08137 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 25 Jun 2025 15:41:43 -0400 Subject: [PATCH] chore: Bump obstore to 0.7 --- Cargo.lock | 2 +- obstore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0b62bf9..b237cab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "obstore" -version = "0.6.0" +version = "0.7.0" dependencies = [ "arrow", "bytes", diff --git a/obstore/Cargo.toml b/obstore/Cargo.toml index 73a8f626..25963dc7 100644 --- a/obstore/Cargo.toml +++ b/obstore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obstore" -version = "0.6.0" +version = "0.7.0" authors = { workspace = true } edition = { workspace = true } description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."