Skip to content

Commit

Permalink
chore(deps): bump thread_local from 1.1.4 to 1.1.7 (#87)
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: direct:production
  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 Jun 30, 2023
1 parent 809c3b5 commit 2977456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/stellation-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
futures = { version = "0.3", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
thiserror = "1"
thread_local = "1.1.4"
thread_local = "1.1.7"
lol_html = "0.3.2"
serde_urlencoded = "0.7.1"

Expand Down

0 comments on commit 2977456

Please sign in to comment.