diff options
author | 2024-11-21 06:50:02 +0000 | |
---|---|---|
committer | 2024-11-21 06:50:02 +0000 | |
commit | 9faec8d725e62cf36312a97ee94f10c2c0cc4e7b (patch) | |
tree | 9c1c5ba8758c9b8ddf106be1641ae56521e61ec1 | |
parent | a04d48a87168d2eb46e5ee44a642e37dd984d767 (diff) | |
download | newsboat-9faec8d725e62cf36312a97ee94f10c2c0cc4e7b.tar.gz newsboat-9faec8d725e62cf36312a97ee94f10c2c0cc4e7b.tar.zst newsboat-9faec8d725e62cf36312a97ee94f10c2c0cc4e7b.zip |
Chore(deps): bump the cxx group with 2 updates
Bumps the cxx group with 2 updates: [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx).
Updates `cxx` from 1.0.129 to 1.0.130
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/compare/1.0.129...1.0.130)
Updates `cxx-build` from 1.0.129 to 1.0.130
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/compare/1.0.129...1.0.130)
---
updated-dependencies:
- dependency-name: cxx
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cxx
- dependency-name: cxx-build
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cxx
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -426,9 +426,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.129" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdc8cca144dce1c4981b5c9ab748761619979e515c3d53b5df385c677d1d007" +checksum = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942" dependencies = [ "cc", "cxxbridge-flags", @@ -438,13 +438,12 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.129" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5764c3142ab44fcf857101d12c0ddf09c34499900557c764f5ad0597159d1fc" +checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", @@ -453,18 +452,19 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.129" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d422aff542b4fa28c2ce8e5cc202d42dbf24702345c1fba3087b2d3f8a1b90ff" +checksum = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f" [[package]] name = "cxxbridge-macro" -version = "1.0.129" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1719100f31492cd6adeeab9a0f46cdbc846e615fdb66d7b398aa46ec7fdd06f" +checksum = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d" dependencies = [ "proc-macro2", "quote", + "rustversion", "syn 2.0.77", ] |