-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [CodeHealth][rust] Update `futures` `0.3.27` => `0.3.31` This PR updates the `futures` crate to `0.3.31`. This crate was causing audit failures on a different PR updating `chrono`. This change removes the previous `extra_src_roots` instructions for the future deps, as those started panicking when running `gnrt` in the current version. `chrono` PR: #27693 Resolves brave/brave-browser#44057 * [CodeHealth][rust] Update `futures` `0.3.27` => `0.3.31` This PR updates the `futures` crate to `0.3.31`. This crate was causing audit failures on a different PR updating `chrono`. This change contains all the files changed by `gnrt`. `chrono` PR: #27693 Resolves brave/brave-browser#44057
- Loading branch information
1 parent
719cb83
commit aa3a365
Showing
386 changed files
with
2,880 additions
and
1,547 deletions.
There are no files selected for viewing
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
6 changes: 0 additions & 6 deletions
6
third_party/rust/chromium_crates_io/vendor/futures-0.3.27/.cargo_vcs_info.json
This file was deleted.
Oops, something went wrong.
147 changes: 0 additions & 147 deletions
147
third_party/rust/chromium_crates_io/vendor/futures-0.3.27/Cargo.toml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
third_party/rust/chromium_crates_io/vendor/futures-0.3.31/.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": "1e052816b09890925cfdfcbe8d390cdaae5e4c38" | ||
}, | ||
"path_in_vcs": "futures" | ||
} |
Oops, something went wrong.