diff --git a/Cargo.lock b/Cargo.lock index 18378af27..2f75f93d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2309,9 +2309,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/extlib/millhone/Cargo.toml b/extlib/millhone/Cargo.toml index 1028da128..f48c229aa 100644 --- a/extlib/millhone/Cargo.toml +++ b/extlib/millhone/Cargo.toml @@ -37,7 +37,7 @@ atty = "0.2.14" tracing-subscriber = { version = "0.3.20", features = ["json"] } lazy-regex = { version = "3.0.2", features = ["std", "regex"] } fingerprint = { git = "https://github.com/fossas/lib-fingerprint.git", tag = "v3.0.0", default-features = false, features = ["fp-content-serialize-base64"] } -tar = "0.4.45" +tar = "0.4.46" zip = "2.3.0" [dev-dependencies]