diff --git a/Cargo.lock b/Cargo.lock index aaaeac1ce..e595999a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,9 +468,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "digest" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" +checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ "block-buffer", "crypto-common", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8e0d18f8f..e319a5782 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ bytes = "1.2.1" byteorder = "1.4.3" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } config = { version = "0.13.2", default-features = false, features = ["toml"] } -digest = "0.10.5" +digest = "0.10.6" git2 = "0.15.0" hex = "0.4.3" itertools = "0.10.5"