diff --git a/Cargo.lock b/Cargo.lock index f1f8c2a5..dc984f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e58c7f58507d9031a15e0c1f3496390d4cc70f544c9a11917c56695f0fb9aa5" +checksum = "7781b59cf09391a3657672076913dbb5d8488a0165d6ffe4fb2909499a215d66" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index d162ed9f..0668133c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.1", optional = true } semver = "1.0.4" which = "4.2.2" -shadow-rs = "0.6.3" +shadow-rs = "0.6.4" versions = "3.0.2" strsim = "0.10.0" @@ -90,7 +90,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.22.0" [build-dependencies] -shadow-rs = "0.6.3" +shadow-rs = "0.6.4" [dev-dependencies] tempfile = "3.2.0"