Skip to content

Commit 08eac42

Browse files
Drop unused unicase dependency
1 parent 87c73fd commit 08eac42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ strum = "0.25"
5555
syn = "2.0.15"
5656
tar = "0.4.38"
5757
tempfile = "3.1.0"
58-
unicase = "2.6.0"
5958
url = "2.1"
6059
uuid = "1.0"
6160
vcpkg = "0.2"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ num-integer = { workspace = true }
6868
doc-comment = { workspace = true }
6969
tempfile = { workspace = true }
7070
uuid = { workspace = true, features = ["v4"] }
71-
unicase = { workspace = true }
7271
rand = { workspace = true }
7372
polars-core = { workspace = true }
7473
pretty_assertions = { workspace = true }

0 commit comments

Comments
 (0)