Skip to content

Commit

Permalink
Update Rust crate file-format to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 3173ce6 commit 48a7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ log = ["dep:log"]

[dependencies]
etcetera = "0.8.0"
file-format = { version = "0.25.0", features = ["reader-txt"], optional = true }
file-format = { version = "0.26.0", features = ["reader-txt"], optional = true }
infer = { version = "0.16.0", default-features = false, optional = true }
log = { version = "0.4.22", optional = true }
remi = { path = "../../remi", version = "0.9.1" }
Expand Down

0 comments on commit 48a7c4e

Please sign in to comment.