Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #3

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Update dependencies #3

merged 1 commit into from
Nov 23, 2022

Conversation

kgrech
Copy link
Contributor

@kgrech kgrech commented Nov 22, 2022

This pull requests updates versions of bindgen and parking_lot to newer version. Bingen update is crucial as in PR#2284 they have updated crate structure to remove a lot of unused dependencies.

I also remove the the patch version from the crates.
The reason it is better not to keep patch versions is that tracing-oslog is a library create. It would be always a dependency of some other (let's call it main) crate. If this main crate depends on, say, on tracing-core = "0.1.20", then having tracing-core = "0.1.21" in this crate might create a problem. Assuming all dependencies follow semver, tracing-oslog should work fine with any patch version

See more here and here

P.S. Any plans to make tracing-oslog v0.2.0 soon?

@Absolucy Absolucy merged commit 1fb2891 into Absolucy:main Nov 23, 2022
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