-
Notifications
You must be signed in to change notification settings - Fork 585
Updating Rust deps to their latest version #11990
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
Open
kratos2377
wants to merge
9
commits into
rerun-io:main
Choose a base branch
from
kratos2377:rust-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+47
−48
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
91e6310
Updating Rust deps to their latest version
kratos2377 d9ddf5a
Adding cargo.lock as well
kratos2377 1bf1d89
Minor fixes
kratos2377 edb5935
Minor fixes
kratos2377 4cddf9c
Merge branch 'main' into rust-deps
kratos2377 8ea0217
Adding new Cargo files
kratos2377 540d508
Merge branch 'rust-deps' of https://github.com/kratos2377/rerun into …
kratos2377 c312977
Reverting some deps to previous version
kratos2377 ea7c70f
Deps fixes
kratos2377 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -216,7 +216,7 @@ colored = "2.2" # Old b/c of dify | |
| comfy-table = { version = "7.2", default-features = false } | ||
| console_error_panic_hook = "0.1.7" | ||
| const_format = "0.2.35" | ||
| convert_case = "0.6.0" | ||
| convert_case = "0.10.0" | ||
| criterion = "0.5.0" | ||
| cros-codecs = "0.0.6" | ||
| crossbeam = "0.8.0" | ||
|
|
@@ -260,13 +260,13 @@ image = { version = "0.25.6", default-features = false } | |
| indent = "0.1.1" | ||
| indexmap = "2.11" # Version chosen to align with other dependencies | ||
| indicatif = "0.18.0" # Progress bar | ||
| infer = "0.16.0" # infer MIME type by checking the magic number signaturefer MIME type by checking the magic number signature | ||
| infer = "0.19.0" # infer MIME type by checking the magic number signaturefer MIME type by checking the magic number signature | ||
| insta = "1.43" | ||
| itertools = "0.14.0" | ||
| jiff = { version = "0.2.15", features = ["js"] } | ||
| js-sys = "0.3.77" | ||
| jsonwebtoken = { version = "9.3", default-features = false } | ||
| lance = { version = "0.38.2", default-features = false } # When you update this, also update the list of features enabled for `datafusion` (~50 lines up) | ||
| lance = { version = "0.39.0", default-features = false } # When you update this, also update the list of features enabled for `datafusion` (~50 lines up) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @timsaucer is there any reason not to update lance right now?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see any blocker here, but we would want to update our platform repo in lock step. |
||
| libc = "0.2.176" | ||
| linked-hash-map = { version = "0.5.6", default-features = false } | ||
| log = "0.4.28" | ||
|
|
@@ -325,11 +325,11 @@ raw-window-handle = "0.6.2" | |
| rayon = "1.11" | ||
| regex-lite = "0.1.7" | ||
| rexif = "0.7.5" | ||
| rfd = { version = "0.15.4", default-features = false, features = ["async-std", "xdg-portal"] } | ||
| rfd = { version = "0.16.0", default-features = false, features = ["async-std", "xdg-portal"] } | ||
| ron = { version = "0.11.0", features = ["integer128"] } | ||
| roxmltree = "0.20.0" | ||
| rustdoc-json = "0.9.7" | ||
| rustdoc-types = "0.56.0" | ||
| rustdoc-types = "0.57.0" | ||
| rustls = { version = "0.23.32", default-features = false } | ||
| saturating_cast = "0.1" | ||
| scuffle-av1 = "0.1.4" | ||
|
|
@@ -346,7 +346,7 @@ similar-asserts = "1.7.0" | |
| slotmap = { version = "1.0.7", features = ["serde"] } | ||
| smallvec = { version = "1.15", features = ["const_generics", "union"] } | ||
| static_assertions = "1.1" | ||
| stl_io = "0.8.5" | ||
| stl_io = "0.9.0" | ||
| strum = { version = "0.26.3", features = ["derive"] } # need to update re_rav1d first | ||
| strum_macros = "0.26.4" # need to update re_rav1d first | ||
| sublime_fuzzy = "0.7.0" | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
did you remember to follow this instruction?
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.
@emilk Added cargo.lock and there is no difference b/w the datafusion feature set in v0.39.0 and v0.38.0
v0.39.0 -> https://github.com/lance-format/lance/blob/ab5fdb362eda381bab5cb559cee94de8b3d63c6d/Cargo.toml#L106
v0.38.0 -> https://github.com/lance-format/lance/blob/v0.38.0/Cargo.toml#L99-L107
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.
The Lance datafusion update isn't ready yet, so no surprise on these updates to the lock.