Merge pull request #561 from AppFlowy-IO/dependabot/cargo/frontend/rust-lib/thread_local-1.1.4

chore(deps): bump thread_local from 1.1.3 to 1.1.4 in /frontend/rust-lib
This commit is contained in:
Nathan.fooo 2022-06-17 11:32:51 +08:00 committed by GitHub
commit 2c1fa83f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
frontend/rust-lib/Cargo.lock generated Executable file → Normal file
View File

@ -3212,9 +3212,9 @@ dependencies = [
[[package]]
name = "thread_local"
version = "1.1.3"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]