diff --git a/Cargo.lock b/Cargo.lock index 3309c1c2..cf30a0a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,9 +1547,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.5.24" +version = "0.5.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d24431d84176415baccf1a5f4996365fbe619ed0797131d84627f00f568de2" +checksum = "110e0e7bde3d3f0f2a4284f250c40f1f6ed7ef1eef281598f8eb76838ac42305" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 2f8b36bd..adb3360d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ indexmap = "1.6.2" notify-rust = { version = "4.3.0", optional = true } semver = "0.11.0" which = "4.1.0" -shadow-rs = "0.5.24" +shadow-rs = "0.5.25" process_control = { version = "3.0.1", features = ["crossbeam-channel"] } @@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [ nix = "0.20.0" [build-dependencies] -shadow-rs = "0.5.24" +shadow-rs = "0.5.25" [dev-dependencies] tempfile = "3.2.0"