John Vandenberg
John Vandenberg
I am now able to run cargo-unmaintained with configured ignores and see "No unmaintained packages found". Now I would like to integrate this into CI, and the way I usually...
https://crates.io/crates/utf8parse last release is 0.2.2 , and it is no longer in the repo https://github.com/alacritty/vte I started a discussion at https://github.com/alacritty/vte/pull/122#issuecomment-2600336800 , and a maintainer there indicates there is a...
Is this project interesting in a PR adding TIFF support?
Currently there are no Github tags. Tools like https://github.com/M4SS-Code/cargo-goggles depend on tags to verify the crates.io release matches the code in the source repository, which is an important third party...
I am using dummyhttp as a fake https://opentelemetry.io/ listener , receiving POST for events in our system, and have been using `-vv` to see the incoming events. I am less...
Running [osv-scanner](https://github.com/google/osv-scanner) on this repo results in only one RUSTSEC https://osv.dev/vulnerability/RUSTSEC-2021-0153 [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) also fails because of this. `dicom-encoding` crate includes ```toml encoding = "0.2.33" ``` There is no updated version,...
[`url`](https://crates.io/crates/url) uses `idna` crate to implement https://url.spec.whatwg.org/ to support URIs. And `url` is very widely used. The current benches compare against lesser known crates. IMO it is important to bench...
This removes one of the atty dependencies
**Is your feature request related to a problem? Please describe.** I would like to ban direct dependency on the "http" crate in our project. All use of it should be...