summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 06:09:29 +0000
committerGitHub <noreply@github.com>2024-03-25 06:09:29 +0000
commitc62cb0eda3331d2ec3ccbdc7e27c84ee10f21052 (patch)
treedb11e54fa8225a7e904696f32218ccd62f145770
parent5e71f20e236f939610acccc047e64dceb902f689 (diff)
Chore(deps): bump the cxx group with 2 updates
Bumps the cxx group with 2 updates: [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx). Updates `cxx` from 1.0.119 to 1.0.120 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.119...1.0.120) Updates `cxx-build` from 1.0.119 to 1.0.120 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.119...1.0.120) --- updated-dependencies: - dependency-name: cxx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f4076376..86e43e77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -156,9 +156,9 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.119"
+version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "635179be18797d7e10edb9cd06c859580237750c7351f39ed9b298bfc17544ad"
+checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.119"
+version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9324397d262f63ef77eb795d900c0d682a34a43ac0932bec049ed73055d52f63"
+checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b"
dependencies = [
"cc",
"codespan-reporting",
@@ -183,15 +183,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.119"
+version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a87ff7342ffaa54b7c61618e0ce2bbcf827eba6d55b923b83d82551acbbecfe5"
+checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.119"
+version = "1.0.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70b5b86cf65fa0626d85720619d80b288013477a91a0389fa8bc716bf4903ad1"
+checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df"
dependencies = [
"proc-macro2",
"quote",