Bump cxx-gen from 0.7.107 to 0.7.109 (#105)

Bumps [cxx-gen](https://github.com/dtolnay/cxx) from 0.7.107 to 0.7.109.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/commits)

---
updated-dependencies:
- dependency-name: cxx-gen
  dependency-type: direct:production
  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>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
dependabot[bot] 2023-10-17 17:29:05 -03:00 committed by GitHub
parent 3fdf588c23
commit 4f678c97f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -423,9 +423,9 @@ dependencies = [
[[package]]
name = "cxx-gen"
version = "0.7.107"
version = "0.7.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5062549c7a2c56d9e807eb0244e18c5750616d62e77fd78d9886a2877662d3"
checksum = "1318697052dbc5a12f8e5e603441413d6096350c29b8361eb45a9c531be61dda"
dependencies = [
"codespan-reporting",
"proc-macro2",