Skip to content

Commit

Permalink
subscriber: update thread_local to 1.1.4 (#1858)
Browse files Browse the repository at this point in the history
Fixes https://rustsec.org/advisories/RUSTSEC-2022-0006.

## Motivation

`cargo audit` prevents us using `tracing-subscriber` at the moment.
Upgrading `thread_local` to 1.1.4 would fix that.

## Solution

Upgrade `thread_local`.
  • Loading branch information
matze committed Jan 24, 2022
1 parent 5e01d65 commit 7eb6005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Expand Up @@ -61,7 +61,7 @@ parking_lot = { version = ">= 0.7, <= 0.12", optional = true }

# registry
sharded-slab = { version = "0.1.0", optional = true }
thread_local = { version = "1.0.1", optional = true }
thread_local = { version = "1.1.4", optional = true }

[dev-dependencies]
tracing = { path = "../tracing", version = "0.2" }
Expand Down

0 comments on commit 7eb6005

Please sign in to comment.