-
Notifications
You must be signed in to change notification settings - Fork 39
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 Rust dependencies (Core, Bindings, Build CLI) #2150
Conversation
63ad439
to
1d6180e
Compare
* Improve dependencies declaration in `Cargo.toml` according to semver rules. * Update dependencies to latest version in `Cargo.toml` * Run `Cargo update` command
* Update Rust dependencies to their latest version in Rust Core, add-ons and Indexer CLI tool * Update dependencies in Build CLI tool
1d6180e
to
f0bffb0
Compare
Hi @DmitryAstafyev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With a couple of tiny notes
parsers = { path = "../parsers" } | ||
processor = { path = "../processor" } | ||
rustc-hash = "1.1" | ||
rustc-hash = "2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to use the same approach as for others "x.x"
Set all versions' format to xx.xx to make it as a standard for all dependencies
This PR updates the rust dependencies among Chipmunk libraries and tools
Only pcap-parser and etherparse couldn't be updated because they introduced breaking changes on their API.
Update: