You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Noticed a failure in CI for a docs PR recently (https://github.com/deislabs/bindle/runs/4929658603?check_suite_focus=true). Appears to stem from a security vulnerability in the thread_local crate, a nested dep of this project. The direct dep that uses this is tracing_subscriber. It looks like a commit has already been merged revving thread_local: tokio-rs/tracing#1858. Hence, it may be wise to wait for the next release of tracing_subscriber to bump in this project's Cargo.toml... otherwise, I suppose we could explicitly set a version for the nested dep?