From cc762c49e2bc17cab66f2f3ef69a379cb2c62adc Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 20 Feb 2024 23:15:58 -0500 Subject: [PATCH] bump thread_local in cargo.toml Signed-off-by: strawberry --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b73fd366..53137ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ threadpool = "1.8.1" # Used for ruma wrapper serde_html_form = "0.2.4" -thread_local = "1.1.7" +thread_local = "1.1.8" # used for TURN server authentication hmac = "0.12.1" sha-1 = "0.10.1"