diff --git a/Cargo.lock b/Cargo.lock index 46951e9c9..f92eeb338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "digest" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer", "crypto-common", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c37df6271..00c14cf91 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" bytes = "1.4.0" chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } config = { version = "0.13.3", default-features = false, features = ["toml"] } -digest = "0.10.6" +digest = "0.10.7" git2 = "0.17.1" hex = "0.4.3" itertools = "0.10.5"