cargo: anyhow v1.0.82 -> anyhow v1.0.86

This commit is contained in:
Muhammad Nauman Raza 2024-05-19 11:18:03 +01:00
parent 8316630b9e
commit 841a2eefa0
No known key found for this signature in database
GPG key ID: B0EF3A98B29ADB1D

View file

@ -15,7 +15,7 @@ codegen-units = 1
panic = "abort" panic = "abort"
[dependencies] [dependencies]
anyhow = "1.0.82" anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] } clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0" colored = "2.1.0"