rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

Avoid pulling in `chrono` #85

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

By default procfs-core pulls in chrono which we've actually banned since it had vulnerabilities and was not actively maintained (though now is), but is regardless completely unneeded for what we use procfs-core for in this crate.

gabrielesvelto commented 1 year ago

Thanks, this will help us too!

repi commented 1 year ago

possible to do a new release of the crate to include this?

gabrielesvelto commented 1 year ago

Yeah, I'm working on this crate this week and I'll cut a new release

gabrielesvelto commented 1 year ago

@Jake-Shadle would you have time to cut a new release? I don't seem to be able to. There's also https://github.com/rust-minidump/minidump-writer/pull/87 to consider before cutting a new release (it's fine by me BTW).