Skip to content

Updated several dependencies#172

Merged
Jake-Shadle merged 3 commits into
rust-minidump:mainfrom
gabrielesvelto:update-dependencies
May 5, 2026
Merged

Updated several dependencies#172
Jake-Shadle merged 3 commits into
rust-minidump:mainfrom
gabrielesvelto:update-dependencies

Conversation

@gabrielesvelto

Copy link
Copy Markdown
Contributor
  • This fixes all the issues reported by cargo audit
  • Several duplicate dependencies have been removed
  • Minimum rust version is bumped to 1.88.0 because of the time crate

- This fixes all the issues reported by `cargo audit`
- Several duplicate dependencies have been removed
- Minimum rust version is bumped to 1.88.0 because of the `time` crate
@Jake-Shadle

Copy link
Copy Markdown
Collaborator

I wasn't really paying attention to #168, and this PR was partially broken due to updating the minor version of windows-sys, we already have inline bindings to the functionality that we needed before that PR in https://github.com/rust-minidump/minidump-writer/blob/main/src/windows/ffi.rs so that this crate isn't a contributor to the windows-sys version issue, would you be against me adding the few structs/functions to that and getting rid of the windows-sys dependency? (in a separate PR)

@gabrielesvelto

Copy link
Copy Markdown
Contributor Author

That would be fine! The less windows-sys we have the better

@Jake-Shadle Jake-Shadle merged commit aa16d2a into rust-minidump:main May 5, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants