diff options
| author | kjeremy <kjeremy@gmail.com> | 2021-02-04 14:42:45 -0500 |
|---|---|---|
| committer | kjeremy <kjeremy@gmail.com> | 2021-02-04 14:42:45 -0500 |
| commit | 4a722a34f93d56d8a4e9d716d4aa054c88e6b868 (patch) | |
| tree | 65ea20cd514460bb5a0f0bf4d03486ba2ad5bc75 | |
| parent | 36191543a679d4e01c206d2e98a2d7ae170a25e2 (diff) | |
| download | rust-4a722a34f93d56d8a4e9d716d4aa054c88e6b868.tar.gz rust-4a722a34f93d56d8a4e9d716d4aa054c88e6b868.zip | |
Update thread_local
Pulls in https://github.com/Amanieu/thread_local-rs/pull/30 which fixes a leak when dropping ThreadLocal.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index fc39269cb7d..8f1a8401fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] |
