arpad voros

Results 3 issues of arpad voros

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...

## Updated deps in `Cargo.toml` * Removal of `clap` (unused) * `tungstenite:0.24` has `url` feature which is optional, added since connection uses a parsed `url::Url` * Other general crate updates...

My command in CICD: ```bash cargo +nightly test --doc --workspace --features doc-tests -- -Z unstable-options --report-time --format json ``` Here is an example output ```json // ... a lot of...