Skip to content

Commit

Permalink
Merge pull request #258 from theseus-rs/update-dirs-and-file-type
Browse files Browse the repository at this point in the history
chore: update dirs and file-type dependencies
  • Loading branch information
brianheineman authored Jan 28, 2025
2 parents 37bbe19 + f17e34c commit cd6a68b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
33 changes: 16 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ config = "0.15.4"
criterion = "0.5.1"
csv = "1.3.1"
dark-light = "2.0.0"
dirs = "5.0.1"
dirs = "6.0.0"
dotenvy = "0.15.7"
duckdb = "1.1.1"
file_type = "0.2.2"
file_type = "0.3.0"
form_urlencoded = "1.2.1"
futures-util = "0.3.31"
getrandom = "0.2.15"
Expand Down
2 changes: 1 addition & 1 deletion rsql_drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bit-vec = { workspace = true, optional = true }
calamine = { workspace = true, optional = true }
chrono = { workspace = true, features = ["serde"] }
duckdb = { workspace = true, features = ["bundled"], optional = true }
file_type = { workspace = true }
file_type = { workspace = true, features = ["tokio"] }
form_urlencoded = { workspace = true, optional = true }
futures-util = { workspace = true, optional = true }
indexmap = { workspace = true, features = ["serde"] }
Expand Down

0 comments on commit cd6a68b

Please sign in to comment.