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
8 changes: 4 additions & 4 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 @@ -56,7 +56,7 @@ 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"] }
axum = { version = "0.8.8", features = ["macros", "json"] }
axum = { version = "0.8.9", features = ["macros", "json"] }

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 metadata for the axum bump

In the Buck2 path, this version change is not applied: the checked BUCK target for //:git_internal still depends on //third-party/rust/crates/axum/0.8.8:axum, and buckal.snap still records axum@0.8.8/axum-macros@0.5.0; the CI workflow .github/workflows/base.yml runs buck2 build //:git_internal. For Buck-built artifacts, this PR therefore continues compiling against axum 0.8.8 even though Cargo builds use 0.8.9, so the dependency update is only partially effective until the generated Buck files/third-party crate entries are regenerated.

Useful? React with 👍 / 👎.


[dev-dependencies]
tokio = { version = "1.50.0", features = ["full"] }
Expand Down
Loading