diff --git a/Cargo.lock b/Cargo.lock index c7d0a08..2cebbe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" [[package]] name = "memchr" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0471fa5..ef0497c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -9,6 +9,6 @@ repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.78" nom = "7.1.3" static_assertions = "1.1.0"