Skip to content

Commit 339d548

Browse files
chore(deps): update object_store requirement from 0.12.0 to 0.13.0
Updates the requirements on [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs-object-store@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae73aeb commit 339d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ libduckdb-sys = "1.3.0"
7373
log = "0.4.25"
7474
mime = "0.3.17"
7575
mockito = "1.5"
76-
object_store = "0.12.0"
76+
object_store = "0.13.0"
7777
parquet = { version = "56.0.0" }
7878
quote = "1.0"
7979
reqwest = { version = "0.12.8", default-features = false, features = [

0 commit comments

Comments
 (0)