build(deps): bump cc from 1.0.106 to 1.1.0 (#32746)

Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.106 to 1.1.0.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.106...cc-v1.1.0)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2024-07-10 14:50:11 +00:00 committed by GitHub
parent f455321f84
commit 313536fd82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ vergen = { version = "8.3.2", features = ["git", "git2"] }
# Android and OpenHarmony
gl_generator = "0.14"
# MacOS only
cc = "1.0"
cc = "1.1"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"