Skip to content

Commit

Permalink
[CodeHealth][rust] Update futures 0.3.27 => 0.3.31 (#27707)
Browse files Browse the repository at this point in the history
* [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
cdesouza-chromium authored Feb 19, 2025
1 parent 3dc8988 commit e475ac9
Show file tree
Hide file tree
Showing 386 changed files with 2,880 additions and 1,547 deletions.
20 changes: 10 additions & 10 deletions third_party/rust/chromium_crates_io/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions third_party/rust/chromium_crates_io/gnrt_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,22 +190,6 @@ license_files = ['../../../../../common/licenses/Apache-2.0']
[crate.funty]
license_files = ['LICENSE.txt']

[crate.futures-channel]
extra_src_roots = [ "../no_atomic_cas.rs" ]
extra_build_script_src_roots = [ "../no_atomic_cas.rs" ]

[crate.futures-core]
extra_src_roots = [ "../no_atomic_cas.rs" ]
extra_build_script_src_roots = [ "../no_atomic_cas.rs" ]

[crate.futures-task]
extra_src_roots = [ "../no_atomic_cas.rs" ]
extra_build_script_src_roots = [ "../no_atomic_cas.rs" ]

[crate.futures-util]
extra_src_roots = [ "../no_atomic_cas.rs" ]
extra_build_script_src_roots = [ "../no_atomic_cas.rs" ]

[crate.fvm_ipld_blockstore]
license_files = ['../../../../../common/licenses/Apache-2.0']

Expand Down

This file was deleted.

147 changes: 0 additions & 147 deletions third_party/rust/chromium_crates_io/vendor/futures-0.3.27/Cargo.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"git": {
"sha1": "1e052816b09890925cfdfcbe8d390cdaae5e4c38"
},
"path_in_vcs": "futures"
}
Loading

0 comments on commit e475ac9

Please sign in to comment.