Bump steamlocate from 2.0.0-alpha.0 to 2.0.0-beta.2

Bumps [steamlocate](https://github.com/WilliamVenner/steamlocate-rs) from 2.0.0-alpha.0 to 2.0.0-beta.2.
- [Commits](https://github.com/WilliamVenner/steamlocate-rs/commits)

---
updated-dependencies:
- dependency-name: steamlocate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 15:45:41 +00:00
committed by GitHub
parent 92c46a9d87
commit 19484c8b79
2 changed files with 47 additions and 70 deletions

View File

@@ -28,7 +28,7 @@ tokio = {version="1.35.0", features = ["rt-multi-thread", "macros"]}
openssl = { version = "0.10.61", default-features = false, features = ["vendored"] }
[target.'cfg(windows)'.dependencies]
steamlocate = "2.0.0-alpha.0"
steamlocate = "2.0.0-beta.2"
mslnk = "0.1.8"
self-replace = "1.3.7"