diff options
author | 2022-01-31 06:02:17 +0000 | |
---|---|---|
committer | 2022-01-31 06:02:17 +0000 | |
commit | 116d69b609e624952db7e6984d37a21889b95f07 (patch) | |
tree | a089d179b4393be9c25c7569928a5a6c5850a5a2 /Cargo.lock | |
parent | 2422f67549e709a717798ee5bb2da0e7f52d8a71 (diff) | |
download | newsboat-116d69b609e624952db7e6984d37a21889b95f07.tar.gz newsboat-116d69b609e624952db7e6984d37a21889b95f07.tar.zst newsboat-116d69b609e624952db7e6984d37a21889b95f07.zip |
Chore(deps): bump cxx-build from 1.0.63 to 1.0.64
Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/compare/1.0.63...1.0.64)
---
updated-dependencies:
- dependency-name: cxx-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -143,9 +143,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "618f85c8f132bd8912aab124e15a38adc762bb7e3cef84524adde1692ef3e8bc" +checksum = "bae954f28208a9c31eb37623d435bdfcdd28fe93ffb5a34dfe6af9a2f1a1ca66" dependencies = [ "cc", "codespan-reporting", |