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

chore: update rust dependencies #444

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

AntoineRR
Copy link
Collaborator

Description

Update the Rust dependencies. Two notes:

  • There is a new deprecation in pyo3. Option args should not appear before non Option args in function parameters anymore. This concerns the Directory api.
  • The dashmap crate has been updated to use parking_lot so no need to use a forked repo anymore.

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 12, 2023

CodSpeed Performance Report

Merging #444 dependency-update (d4e7eff) will not alter performances.

Summary

🔥 0 improvements
❌ 0 regressions
✅ 68 untouched benchmarks

🆕 0 new benchmarks
⁉️ 0 dropped benchmarks

Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Thank you @AntoineRR 😄

@sansyrox sansyrox merged commit 5d883ac into sparckles:main Mar 15, 2023
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.

None yet

2 participants