Skip to content

Commit bdad206

Browse files
authored
chore: Make memchr a workspace dependency (#20345)
## Which issue does this PR close? N/A ## Rationale for this change Suggested by @alamb. ## What changes are included in this PR? Moving memchr to be a workspace dependency, instead of a subcrate dependency. ## Are these changes tested? Yes, no new tests needed. ## Are there any user-facing changes? No.
1 parent 80485d7 commit bdad206

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ insta = { version = "1.46.3", features = ["glob", "filters"] }
163163
itertools = "0.14"
164164
liblzma = { version = "0.4.4", features = ["static"] }
165165
log = "^0.4"
166+
memchr = "2.8.0"
166167
num-traits = { version = "0.2" }
167168
object_store = { version = "0.12.4", default-features = false }
168169
parking_lot = "0.12"

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ hex = { workspace = true, optional = true }
8282
itertools = { workspace = true }
8383
log = { workspace = true }
8484
md-5 = { version = "^0.10.0", optional = true }
85-
memchr = "2.8.0"
85+
memchr = { workspace = true }
8686
num-traits = { workspace = true }
8787
rand = { workspace = true }
8888
regex = { workspace = true, optional = true }

0 commit comments

Comments
 (0)