-
Notifications
You must be signed in to change notification settings - Fork 195
Bump tract-onnx from 0.22.1 to 0.22.3 in the cargo group across 1 directory #1221
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,7 +73,7 @@ parking_lot = "0.12" | |
| prost = "0.14" | ||
| prost-build = "0.14" | ||
| prost-types = "0.14" | ||
| rand = "0.9" | ||
| rand = "0.10" | ||
|
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. 🔍 Multiple rand versions now coexist in the dependency tree After this bump, the Cargo.lock shows three versions of Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| serde = "1" | ||
| serde_json = "1.0" | ||
| thiserror = "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.
🟡 Missing changeset file for dependency version bump
No changeset was added for this dependency upgrade (
Cargo.toml:76), violating the repository's mandatory changeset requirement.Impact: The PR cannot be merged according to repository contribution rules without a changeset documenting the change.
AGENTS.md changeset requirement
AGENTS.md states under "Documenting changes":
knope document-changeor create manually in/.changeset"The PR bumps
randfrom0.9to0.10in the workspace dependencies, which affectslivekit-api,livekit-datatrack, and several example crates. No corresponding changeset file was created in the/.changesetdirectory.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.