]> git.lizzy.rs Git - rust.git/commitdiff
Update thread_local
authorkjeremy <kjeremy@gmail.com>
Thu, 4 Feb 2021 19:42:45 +0000 (14:42 -0500)
committerkjeremy <kjeremy@gmail.com>
Thu, 4 Feb 2021 19:42:45 +0000 (14:42 -0500)
Pulls in https://github.com/Amanieu/thread_local-rs/pull/30 which fixes
a leak when dropping ThreadLocal.

Cargo.lock

index fc39269cb7dd9e7ad799f73ca0b7e672e70b0b8e..8f1a8401fffec26bdfcfa8654f995a01c002016b 100644 (file)
@@ -1661,9 +1661,9 @@ dependencies = [
 
 [[package]]
 name = "thread_local"
-version = "1.1.2"
+version = "1.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
+checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
 dependencies = [
  "once_cell",
 ]