summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-09 06:18:01 +0000
committerGitHub <noreply@github.com>2024-04-09 06:18:01 +0000
commitcc5ba336be4065d93d06b30a82fe2a346d1e037e (patch)
treed1f0421a3d1fb6b582854f4f36d8c033dc8f1177
parentc990101d486a69f2666a2928a554e23fec9419d9 (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.120 to 1.0.121 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.120...1.0.121) Updates `cxx-build` from 1.0.120 to 1.0.121 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.120...1.0.121) --- 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 a68f6d6b..76c20663 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -156,9 +156,9 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.120"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a"
+checksum = "21db378d04296a84d8b7d047c36bb3954f0b46529db725d7e62fb02f9ba53ccc"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.120"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b"
+checksum = "3e5262a7fa3f0bae2a55b767c223ba98032d7c328f5c13fa5cdc980b77fc0658"
dependencies = [
"cc",
"codespan-reporting",
@@ -183,15 +183,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.120"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287"
+checksum = "be8dcadd2e2fb4a501e1d9e93d6e88e6ea494306d8272069c92d5a9edf8855c0"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.120"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df"
+checksum = "ad08a837629ad949b73d032c637653d069e909cffe4ee7870b02301939ce39cc"
dependencies = [
"proc-macro2",
"quote",