Skip to content

Commit

Permalink
Merge pull request #1589 from jqnatividad/bump-file-format
Browse files Browse the repository at this point in the history
`deps`: bump `file-format`
  • Loading branch information
jqnatividad committed Feb 4, 2024
2 parents cfb0b33 + a692542 commit 0116e26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ext-sort = { version = "0.1", features = [
"memory-limit",
], default-features = false }
flate2 = { version = "1", optional = true }
file-format = { version = "0.23", features = ["reader"] }
file-format = { version = "0.24", features = ["reader"] }
filetime = "0.2"
flexi_logger = { version = "0.27", features = [
"async",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_sniff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Quote Char: none
Flexible: false
Is UTF8: true
Detected Mime Type: text/plain
Detected Kind: Text
Detected Kind: Other
Retrieved Size (bytes): 27
File Size (bytes): 27
Sampled Records: 2
Expand All @@ -275,7 +275,7 @@ Fields:
1: Unsigned h2
2: Text h3"#;

assert!(dos2unix(&got).trim_end().ends_with(expected_end.trim_end()));
assert!(dos2unix(&got).trim_end().ends_with(expected_end));
}

#[test]
Expand Down

0 comments on commit 0116e26

Please sign in to comment.