diff --git a/Cargo.lock b/Cargo.lock index 16308fd..4f0206a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 4cacaa9..c328193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/bin.rs" [dependencies] actions_toolkit = { git = "https://github.com/dev-bio/actions-toolkit.git", rev = "9e0c6d70848a443081b6c521c8e2ae5b17b3cdd9" } glob = { version = "0.3.1" } -anyhow = "1.0.72" +anyhow = "1.0.101" rayon = "1.9.0" sha1 = "0.10.6" hex = "0.4.3"