build(deps): bump thread_local from 1.0.1 to 1.1.4 in /examples (#106)

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.0.1...1.1.4)

---
updated-dependencies:
- dependency-name: thread_local
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-20 14:27:18 -05:00 committed by GitHub
parent 254fc73fd9
commit 555d9cbdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

20
examples/Cargo.lock generated
View File

@ -943,6 +943,12 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
[[package]]
name = "once_cell"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "parking_lot"
version = "0.11.0"
@ -1141,7 +1147,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "sailfish"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"itoap",
"ryu",
@ -1151,7 +1157,7 @@ dependencies = [
[[package]]
name = "sailfish-compiler"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"filetime",
"home",
@ -1165,7 +1171,7 @@ dependencies = [
[[package]]
name = "sailfish-examples"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"actix-rt",
"actix-web",
@ -1175,7 +1181,7 @@ dependencies = [
[[package]]
name = "sailfish-macros"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"proc-macro2",
"sailfish-compiler",
@ -1295,11 +1301,11 @@ dependencies = [
[[package]]
name = "thread_local"
version = "1.0.1"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"lazy_static",
"once_cell",
]
[[package]]