Skip to content

Commit 6b2a7a7

Browse files
committed
fix: bump futures
1 parent ffcdbd2 commit 6b2a7a7

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
@@ -41,7 +41,7 @@ async = ["dep:async-trait", "dep:futures", "zarrs_storage/async"]
4141
[dependencies]
4242
async-trait = { version = "0.1", optional = true }
4343
derive_more = { version = "2.0.0", features = ["from"] }
44-
futures = { version = "0.3", optional = true }
44+
futures = { version = "0.3.31", optional = true }
4545
itertools = "0.14.0"
4646
thiserror = "2.0.12"
4747
zarrs_storage = "0.4.2"

0 commit comments

Comments
 (0)