Skip to content

Commit

Permalink
Bump pin-project-lite from 0.2.11 to 0.2.12
Browse files Browse the repository at this point in the history
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.11 to 0.2.12.
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.11...v0.2.12)

---
updated-dependencies:
- dependency-name: pin-project-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and folkertdev committed Aug 10, 2023
1 parent f0781de commit 32fcee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 statime-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libc = { version = "0.2.147", features = ["extra_traits"] }
log = "0.4.19"
statime = { path = "../statime" }
thiserror = "1.0.43"
pin-project-lite = "0.2.11"
pin-project-lite = "0.2.12"
tokio = { version = "1.30", features = ["net", "rt-multi-thread", "time", "macros", "sync"] }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }

Expand Down

0 comments on commit 32fcee4

Please sign in to comment.