mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Merge pull request #569 from latex-lsp/dependabot/cargo/anyhow-1.0.55
Bump anyhow from 1.0.54 to 1.0.55
This commit is contained in:
commit
92cb034e20
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -51,9 +51,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.54"
|
||||
version = "1.0.55"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
|
||||
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ citation = [
|
|||
semantic = []
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.54"
|
||||
anyhow = "1.0.55"
|
||||
bibutils-sys = { version = "0.1.1", optional = true }
|
||||
byteorder = "1.4.3"
|
||||
cancellation = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue