Skip to content

Commit

Permalink
Bump thread_local (#2789)
Browse files Browse the repository at this point in the history
* Revert "Temp. ignore thread_local 1.1.3 security warning (#2788)"

This reverts commit 44b338f.

* Bump thread_local
  • Loading branch information
CriesofCarrots committed Jan 24, 2022
1 parent 2ae2f5f commit 28e779d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 0 additions & 8 deletions ci/do-audit.sh
Expand Up @@ -26,13 +26,5 @@ cargo_audit_ignores=(
# Blcoked on honggfuzz, fixed in https://github.com/rust-fuzz/honggfuzz-rs/pull/55
# need to update honggfuzz dependency whenever the next version is released
--ignore RUSTSEC-2020-0077

# Data race in `Iter` and `IterMut` in thread_local 1.1.3 upstream dependencies
#
# Date: 2022-01-23
# https://rustsec.org/advisories/RUSTSEC-2022-0006
# Solution: Upgrade to >=1.1.4
# Ingored untill fixed in solana sdk
--ignore RUSTSEC-2022-0006
)
cargo +"$rust_stable" audit "${cargo_audit_ignores[@]}"

0 comments on commit 28e779d

Please sign in to comment.