summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-01-31 06:02:17 +0000
committerGravatar GitHub <noreply@github.com> 2022-01-31 06:02:17 +0000
commit116d69b609e624952db7e6984d37a21889b95f07 (patch)
treea089d179b4393be9c25c7569928a5a6c5850a5a2 /Cargo.lock
parent2422f67549e709a717798ee5bb2da0e7f52d8a71 (diff)
downloadnewsboat-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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 58ac57fb..23450044 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",