Skip to content

Commit

Permalink
Update Rust crate infer to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 91f1add commit 963dab4
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 @@ -44,7 +44,7 @@ async-trait = "0.1.80"
bytes = "1.6.0"
dirs = "5.0.1"
file-format = { version = "0.25.0", features = ["reader-txt"], optional = true }
infer = { version = "0.15.0", default-features = false, optional = true }
infer = { version = "0.16.0", default-features = false, optional = true }
log = { version = "0.4.21", optional = true }
remi = { path = "../../remi", version = "0.8.0" }
serde = { version = "1.0.200", features = ["derive"], optional = true }
Expand Down

0 comments on commit 963dab4

Please sign in to comment.