Skip to content

Commit

Permalink
build(deps): bump thread_local from 1.1.4 to 1.1.7 (#2243)
Browse files Browse the repository at this point in the history
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.4 to 1.1.7.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](Amanieu/thread_local-rs@1.1.4...1.1.7)

---
updated-dependencies:
- dependency-name: thread_local
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2023
1 parent de97063 commit 023f232
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2438,10 +2438,11 @@ dependencies = [

[[package]]
name = "thread_local"
version = "1.1.4"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
]

Expand Down

0 comments on commit 023f232

Please sign in to comment.