Skip to content

Commit

Permalink
[CodeHealth][rust] Update futures 0.3.27 => 0.3.31
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cdesouza-chromium committed Feb 18, 2025
1 parent 1d2b95b commit 2333ddc
Showing 1 changed file with 0 additions and 16 deletions.
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

0 comments on commit 2333ddc

Please sign in to comment.