When geozero v0.14.0 is included as a dependency in a Rust project (either directly or transitively, e.g., via geoarrow-array), cargo tools (such as cargo llvm-cov, cargo check, or cargo build) report a warning about duplicate entries for the wkt crate in Cargo.lock.
The relevant section from Cargo.lock indicates that geozero v0.14.0 is the common dependency path leading to both wkt v0.11.1 and wkt v0.14.0:
warning[duplicate]: found 2 duplicate entries for crate 'wkt'
┌─ /path/to/your/project/Cargo.lock:XXX:YY
│
XXX │ ╭ wkt 0.11.1 registry+https://github.com/rust-lang/crates.io-index
XXX │ │ wkt 0.14.0 registry+https://github.com/rust-lang/crates.io-