forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll cxx: 1.0.126 => 1.0.128 in //third_party/rust.
This CL has been created semi-automatically. The expected review process and other details can be found at //tools/crates/create_update_cl.md Updated crates: * cxx: 1.0.126 => 1.0.128 * cxxbridge-flags: 1.0.126 => 1.0.128 * cxxbridge-macro: 1.0.126 => 1.0.128 Chromium `supply-chain/config.toml` policy requires that the following audit criteria are met (note that these are the *minimum* required criteria and `supply-chain/audits.toml` can and should record a stricter certification if possible; see also //docs/rust-unsafe.md): * [email protected], [email protected], [email protected]: crypto-safe, safe-to-deploy, ub-risk-2 Bug: None Change-Id: I50bab1e0cfd6d24b5a14bd04387f93ef4f6018f7 Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Cq-Include-Trybots: chromium/try:win-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-rel Disable-Rts: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5839554 Reviewed-by: Łukasz Anforowicz <[email protected]> Commit-Queue: danakj <[email protected]> Cr-Commit-Position: refs/heads/main@{#1352261}
- Loading branch information
Showing
331 changed files
with
248 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -788,6 +788,11 @@ criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-0"] | |
delta = "1.0.124 -> 1.0.126" | ||
notes = "No changes in this delta" | ||
|
||
[[audits.cxxbridge-flags]] | ||
who = "danakj <[email protected]>" | ||
criteria = ["safe-to-deploy", "does-not-implement-crypto", "ub-risk-0"] | ||
delta = "1.0.126 -> 1.0.128" | ||
|
||
[[audits.cxxbridge-macro]] | ||
who = "danakj <[email protected]>" | ||
criteria = "does-not-implement-crypto" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/.cargo_vcs_info.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
third_party/rust/chromium_crates_io/vendor/cxx-1.0.128/.cargo_vcs_info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"git": { | ||
"sha1": "55bfb5444cd43bb594022a15c5ac61938edb380a" | ||
}, | ||
"path_in_vcs": "" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
edition = "2021" | ||
rust-version = "1.67" | ||
name = "cxx" | ||
version = "1.0.126" | ||
version = "1.0.128" | ||
authors = ["David Tolnay <[email protected]>"] | ||
build = "build.rs" | ||
links = "cxxbridge1" | ||
|
@@ -97,13 +97,13 @@ name = "unique_ptr" | |
path = "tests/unique_ptr.rs" | ||
|
||
[dependencies.cxxbridge-macro] | ||
version = "=1.0.126" | ||
version = "=1.0.128" | ||
|
||
[dependencies.link-cplusplus] | ||
version = "1.0.9" | ||
|
||
[dev-dependencies.cxx-build] | ||
version = "=1.0.126" | ||
version = "=1.0.128" | ||
|
||
[dev-dependencies.cxx-gen] | ||
version = "0.7" | ||
|
@@ -122,7 +122,7 @@ features = ["diff"] | |
version = "1.0.83" | ||
|
||
[build-dependencies.cxxbridge-flags] | ||
version = "=1.0.126" | ||
version = "=1.0.128" | ||
default-features = false | ||
|
||
[features] | ||
|
8 changes: 4 additions & 4 deletions
8
...tes_io/vendor/cxx-1.0.126/Cargo.toml.orig → ...tes_io/vendor/cxx-1.0.128/Cargo.toml.orig
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.