ソースを参照

build(deps): bump thread_local from 1.1.0 to 1.1.2

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...v1.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 年 前
コミット
8fc1ef08fa
1 ファイル変更3 行追加3 行削除
  1. 3 3
      Cargo.lock

+ 3 - 3
Cargo.lock

@@ -1787,11 +1787,11 @@ dependencies = [
 
 [[package]]
 name = "thread_local"
-version = "1.1.0"
+version = "1.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
+checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
 dependencies = [
- "lazy_static",
+ "once_cell",
 ]
 
 [[package]]