Skip to content
Merged
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
17 changes: 15 additions & 2 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 crates/orion-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ tokio-rustls = { version = "0.26", default-features = false }
# aws_lc_rs: the same crypto backend the in-tree rustls stack uses — one
# provider, not two.
jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
similar = "2"
similar = "3"

# Windows cannot run librdkafka's configure build, so it keeps cmake-build —
# features unify additively with the base rdkafka entry above, per target.
Expand Down