diff --git a/Cargo.lock b/Cargo.lock index aa8558a..82754f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2477,10 +2477,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.4" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ + "cfg-if", "once_cell", ] diff --git a/crates/stellation-backend/Cargo.toml b/crates/stellation-backend/Cargo.toml index 2ebbae3..dbd040a 100644 --- a/crates/stellation-backend/Cargo.toml +++ b/crates/stellation-backend/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0" futures = { version = "0.3", default-features = false, features = ["std"] } serde = { version = "1", features = ["derive"] } thiserror = "1" -thread_local = "1.1.4" +thread_local = "1.1.7" lol_html = "0.3.2" serde_urlencoded = "0.7.1"