diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index fc39269cb..8f1a8401f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1661,9 +1661,9 @@ dependencies = [ | |||
1661 | 1661 | ||
1662 | [[package]] | 1662 | [[package]] |
1663 | name = "thread_local" | 1663 | name = "thread_local" |
1664 | version = "1.1.2" | 1664 | version = "1.1.3" |
1665 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1666 | checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915" | 1666 | checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" |
1667 | dependencies = [ | 1667 | dependencies = [ |
1668 | "once_cell", | 1668 | "once_cell", |
1669 | ] | 1669 | ] |