mbrobbel commented on code in PR #7889:
URL: https://github.com/apache/arrow-rs/pull/7889#discussion_r2196795383


##########
arrow-avro/Cargo.toml:
##########
@@ -56,6 +56,7 @@ rand = { version = "0.9", default-features = false, features 
= ["std", "std_rng"
 criterion = { version = "0.6.0", default-features = false }
 tempfile = "3.3"
 arrow = { workspace = true }
+uuid = { version = "1.17.0", features = ["v4"] }

Review Comment:
   It looks like we don't need the `v4` feature here?
   ```suggestion
   uuid = "1.17.0"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to