summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-06-17 08:02:23 +0000
committerGravatar GitHub <noreply@github.com> 2024-06-17 08:02:23 +0000
commit63df4adb060e5c3824acd85dd60c31970e62467c (patch)
tree89fd3ede225c10b37bde44ec0b7799be4639b6e6
parent2647e1b7176cf86d7a2919f5f0c0bebcac782e32 (diff)
parent7d2d0c83768df60417d023b67a0b7352d8b7db5c (diff)
downloadnewsboat-63df4adb060e5c3824acd85dd60c31970e62467c.tar.gz
newsboat-63df4adb060e5c3824acd85dd60c31970e62467c.tar.zst
newsboat-63df4adb060e5c3824acd85dd60c31970e62467c.zip
Merge pull request #2778 from newsboat/dependabot/cargo/cxx-8d8605af12
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a5e56bca..6c1451e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -156,9 +156,9 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.123"
+version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8194f089b6da4751d6c1da1ef37c17255df51f9346cdb160f8b096562ae4a85c"
+checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.123"
+version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e8df9a089caae66634d754672d5f909395f30f38af6ff19366980d8a8b57501"
+checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e"
dependencies = [
"cc",
"codespan-reporting",
@@ -183,15 +183,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.123"
+version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25290be4751803672a70b98c68b51c1e7d0a640ab5a4377f240f9d2e70054cd1"
+checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.123"
+version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8cb317cb13604b4752416783bb25070381c36e844743e4146b7f8e55de7d140"
+checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877"
dependencies = [
"proc-macro2",
"quote",