diff options
author | 2022-09-20 06:03:21 +0000 | |
---|---|---|
committer | 2022-09-20 06:03:21 +0000 | |
commit | 947f0eb918c7c4034e3e98315553de640eb3b5b9 (patch) | |
tree | e46bfb22ac2cfef9b9fe2d990b2095f73c746ab2 | |
parent | bac79e24a16f05bf9af74679780fadf203e0b222 (diff) | |
download | newsboat-947f0eb918c7c4034e3e98315553de640eb3b5b9.tar.gz newsboat-947f0eb918c7c4034e3e98315553de640eb3b5b9.tar.zst newsboat-947f0eb918c7c4034e3e98315553de640eb3b5b9.zip |
Chore(deps): bump cxx from 1.0.75 to 1.0.76
Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.75 to 1.0.76.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/compare/1.0.75...1.0.76)
---
updated-dependencies:
- dependency-name: cxx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7df2292959b7e22a5cb39d37b7e72b2c748b12f956cc409b529fddcdc8857b" +checksum = "fd0492b760d2a9b9c5d1e2132db2dcbba07a2045df6f14694b136eec5b2053ef" dependencies = [ "cc", "cxxbridge-flags", @@ -181,15 +181,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2069b1573efd6e5901004e8fdca2e28bc6f47f86dc24da81182851e71cf3208" +checksum = "2ebfd09b0a600cf97b53c16eec6591893cbcaffe3f98c17c4e89b3b3a672c33a" [[package]] name = "cxxbridge-macro" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d980827d1ec28ea6e0db545fceaa611eb8e43f70eff8c1c33cc2c96ffa0f0476" +checksum = "f1ccac323f5afe0678c7129b8346c2be2d2213d8c58507facfb4987d109abf1b" dependencies = [ "proc-macro2", "quote", |