build(deps): bump cmake from 0.1.49 to 0.1.50 (#2365)

Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.49 to 0.1.50.
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Commits](https://github.com/rust-lang/cmake-rs/compare/0.1.49...0.1.50)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-13 10:39:32 -07:00 committed by GitHub
parent 67306bc7ba
commit abab7fd783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -241,9 +241,9 @@ dependencies = [
[[package]]
name = "cmake"
version = "0.1.49"
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
dependencies = [
"cc",
]