Skip to content

Commit

Permalink
Bump object_store to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Aug 25, 2024
1 parent da623cb commit cf4bdc6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 54 deletions.
82 changes: 29 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ itertools = "0.13.0"
ndarray = { version = "0.16.0", features = ["approx", "rayon"] }
netcdf = { version = "0.10.2", optional = true, features = ["static"] }
num-traits = "0.2.18"
object_store = { version = "0.10.1", optional = true, features = ["http"] } # , "aws"
object_store = { version = "0.11.0", optional = true, features = ["http"] } # , "aws"
ome_zarr_metadata = { version = "0.1.0", optional = true }
opendal = { version = "0.49", default-features = false, features = ["services-fs", "services-http"] } # , "services-s3"
rayon = "1.10.0"
Expand Down

0 comments on commit cf4bdc6

Please sign in to comment.