-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
build(rust): Bump some dependencies #10396
Conversation
I actually prefer the less qualified as 0.18.0 is quite misleading as it will take any 0.18.x version. Not a big issue, but I won't be the first who fell into that trap. So less qualified might save some time in the future. |
Sure, we can go the other way as well. Indeed it's a bit confusing if you don't know that Cargo's default mode is the caret operator. I flip-flopped on this myself while coming up with this PR... I'll adjust the commit! |
Changes:
reedline
to the latest commit (again) due to issues with thestrip-ansi-escapes
packageFully qualify dependency versions in the Cargo.toml (e.g.Unqualify dependency versions (e.g.0.18.0
instead of0.18
). This is equivalent, but now things are more uniform.0.18
instead of0.18.0
). This is equivalent, but less confusing for those who are not familiar with Cargo and the default caret versioning.memmap2
to the latest version -0.7
sqlparser
to the latest version -0.36
bitflags
to the latest version -2
mimalloc
version to its latest version0.1
instead of*
to avoid unexpected breaking changes