From 40370eec5a983c3e02cf8e76649309c9328632ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:18:57 +0000 Subject: [PATCH] Bump self-replace from 1.3.7 to 1.4.0 Bumps [self-replace](https://github.com/mitsuhiko/self-replace) from 1.3.7 to 1.4.0. - [Changelog](https://github.com/mitsuhiko/self-replace/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/self-replace/compare/1.3.7...1.4.0) --- updated-dependencies: - dependency-name: self-replace dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 674d3aa..278aa72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1410,9 +1410,9 @@ dependencies = [ [[package]] name = "self-replace" -version = "1.3.7" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525db198616b2bcd0f245daf7bfd8130222f7ee6af9ff9984c19a61bf1160c55" +checksum = "f7828a58998685d8bf5a3c5e7a3379a5867289c20828c3ee436280b44b598515" dependencies = [ "fastrand 1.9.0", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 702b107..e30d546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ openssl = { version = "0.10.64", default-features = false, features = ["vendored [target.'cfg(windows)'.dependencies] steamlocate = "=2.0.0-beta.2" mslnk = "0.1.8" -self-replace = "1.3.7" +self-replace = "1.4.0" runas = "1.2.0" [build-dependencies]