diff --git a/Cargo.lock b/Cargo.lock index 51db315..58fea50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "1a8873048100032eaa6938bf49393225c4ee80961657f45223174d02c1f5d7dc" [[package]] name = "anyhow" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 46d4d7f..e63a7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ concolor = "0.0.8" concolor-clap = { version = "0.0.11", features = ["api_unstable"] } proc-exit = "1" human-panic = "1" -anyhow = "1.0.64" +anyhow = "1.0.65" syntect = { version = "5.0.0", default-features = false, features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes"] } terminal_size = "0.2.1" textwrap = "0.15.0"