diff --git a/Cargo.lock b/Cargo.lock index 16308fd..cee9ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 4cacaa9..c8ba67c 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.100" rayon = "1.9.0" sha1 = "0.10.6" hex = "0.4.3"