We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcdbd2 commit 6b2a7a7Copy full SHA for 6b2a7a7
Cargo.toml
@@ -41,7 +41,7 @@ async = ["dep:async-trait", "dep:futures", "zarrs_storage/async"]
41
[dependencies]
42
async-trait = { version = "0.1", optional = true }
43
derive_more = { version = "2.0.0", features = ["from"] }
44
-futures = { version = "0.3", optional = true }
+futures = { version = "0.3.31", optional = true }
45
itertools = "0.14.0"
46
thiserror = "2.0.12"
47
zarrs_storage = "0.4.2"
0 commit comments