diff --git a/Cargo.lock b/Cargo.lock index a293521..5840667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" +checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 874fe19..4140ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" clap = { version = "3.2.16", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.143", default-features = false, features = ["derive"] }