Bump clap from 4.5.26 to 4.5.27 (#1323)

This commit is contained in:
dependabot[bot] 2025-01-21 17:32:16 +00:00 committed by GitHub
parent bfbe0ee5f7
commit ef80c7af6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ anyhow.workspace = true
base-db = { path = "../base-db" }
bibfmt = { path = "../bibfmt" }
citeproc = { path = "../citeproc" }
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
commands = { path = "../commands" }
completion = { path = "../completion" }
completion-data = { path = "../completion-data" }