Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde = { version = "1.0.228", features = ["derive"] }
chrono = { version = "0.4.44", features = ["serde"] }
uuid = { version = "1.22.0", features = ["serde", "v4", "v7"] }
tokio = { version = "1.50.0", features = ["fs", "io-util"] }
rkyv = { version = "0.8.15", features = ["bytecheck"] }
rkyv = { version = "0.8.16", features = ["bytecheck"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate Buck vendor metadata for rkyv

This dependency bump only updates Cargo metadata, but the repository's Buck path is still pinned to //third-party/rust/crates/rkyv/0.8.15:rkyv in BUCK, and repo-wide search shows no vendored rkyv/0.8.16, rkyv_derive/0.8.16, or hashbrown/0.17.1 directories. Since the workflow runs buck2 build //:git_internal and the README says to run cargo buckal migrate when dependencies change, Buck builds will continue compiling against 0.8.15 while Cargo builds/test use 0.8.16, which can mask regressions or ship the wrong dependency graph.

Useful? React with 👍 / 👎.

axum = { version = "0.8.8", features = ["macros", "json"] }

[dev-dependencies]
Expand Down
Loading