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
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 crates/lictl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../../README.md"
anyhow = { workspace = true }
axum = "0.8.4"
base64 = "0.22.1"
clap = { version = "4.5.45", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
Copy link

Choose a reason for hiding this comment

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

Bug: Clap Dependency Update Error

The clap dependency in Cargo.toml was updated from 4.5.45 to 4. This sets a permissive major version constraint (^4) rather than the intended specific 4.5.46 bump described in the PR, which may lead to unexpected 4.x.x versions being resolved.

Fix in Cursor Fix in Web

dialoguer = "0.12"
keyring = { version = "3.6" }
rand = "0.8.5"
Expand Down