diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-01 17:36:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 17:36:39 +0000 |
commit | 4227f2f8a1c0446cca88b68738d297bfffbdebc9 (patch) | |
tree | a7f9a2c73622d9a26433be008e0f069fd6047299 | |
parent | 5008b6c42076eff36178391fd50eb30f259ff075 (diff) | |
download | servo-4227f2f8a1c0446cca88b68738d297bfffbdebc9.tar.gz servo-4227f2f8a1c0446cca88b68738d297bfffbdebc9.zip |
build(deps): bump pin-project-lite from 0.2.13 to 0.2.14 (#31969)
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.13 to 0.2.14.
- [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](https://github.com/taiki-e/pin-project-lite/compare/v0.2.13...v0.2.14)
---
updated-dependencies:
- dependency-name: pin-project-lite
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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3f884d1905e..7ae7647604e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4363,9 +4363,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" |