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:21 +0000
committerGravatar GitHub <noreply@github.com> 2022-01-31 06:02:21 +0000
commit895fbb5b8ca487950ae78ee3fe81cfa87eaa6e20 (patch)
treec49d2dcc47e667da393845eb5ef8af490e4f4e34 /Cargo.lock
parent2422f67549e709a717798ee5bb2da0e7f52d8a71 (diff)
downloadnewsboat-895fbb5b8ca487950ae78ee3fe81cfa87eaa6e20.tar.gz
newsboat-895fbb5b8ca487950ae78ee3fe81cfa87eaa6e20.tar.zst
newsboat-895fbb5b8ca487950ae78ee3fe81cfa87eaa6e20.zip
Chore(deps): bump cxx from 1.0.63 to 1.0.64
Bumps [cxx](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 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.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 58ac57fb..8bc09daf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -131,9 +131,9 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.63"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c949f4e2576a655698463c56dbc5c5ea4c00964becc9adb0458baa943e862a5b"
+checksum = "fcd554072878dec8c16f59839336bf712d6d1f0d8d27cf9b471c10a484a3290f"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -158,15 +158,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.63"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b44dad556b0c83d86676135d6c684bdc2b1b9a1188052dd1cb5998246163536"
+checksum = "1cc629121d3f01cd7c85ba046b3bcef66d182429b495eeb1080396ba4bfb8ae4"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.63"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2acc9305a8b69bc2308c2e17dbb98debeac984cdc89ac550c01507cc129433c3"
+checksum = "93a8fa39ee5a91d04a99fc09fc3f1dd780ebfe31817721abcaecd823e00c9f3b"
dependencies = [
"proc-macro2",
"quote",