diff --git a/crates/fs/Cargo.toml b/crates/fs/Cargo.toml index ad5e6d6..989e254 100644 --- a/crates/fs/Cargo.toml +++ b/crates/fs/Cargo.toml @@ -43,7 +43,7 @@ async-std = { version = "1.12.0", optional = true } async-trait = "0.1.77" bytes = "1.5.0" dirs = "5.0.1" -file-format = { version = "0.23.0", optional = true } +file-format = { version = "0.24.0", optional = true } futures = "0.3.30" infer = { version = "0.15.0", default-features = false, optional = true } log = { version = "0.4.20", optional = true }