Skip to content

Commit a13bba3

Browse files
fix(deps): update rust crate file-format to 0.28.0
1 parent 4821b69 commit a13bba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ log = ["dep:log"]
4646

4747
[dependencies]
4848
etcetera = "0.10.0"
49-
file-format = { version = "0.27.0", features = ["reader-txt"], optional = true }
49+
file-format = { version = "0.28.0", features = ["reader-txt"], optional = true }
5050
infer = { version = "0.19.0", default-features = false, optional = true }
5151
log = { version = "0.4.22", optional = true }
5252
remi = { path = "../../remi", version = "=0.10.2" }

0 commit comments

Comments
 (0)