Skip to content

Commit 3151c27

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump pin-project from 1.0.8 to 1.0.9 (#1422)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: pin-project 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> (cherry picked from commit 02943cf) Signed-off-by: Oliver Gould <ver@buoyant.io>
1 parent dd0aeda commit 3151c27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,18 +1674,18 @@ dependencies = [
16741674

16751675
[[package]]
16761676
name = "pin-project"
1677-
version = "1.0.8"
1677+
version = "1.0.9"
16781678
source = "registry+https://github.com/rust-lang/crates.io-index"
1679-
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
1679+
checksum = "1622113ce508488160cff04e6abc60960e676d330e1ca0f77c0b8df17c81438f"
16801680
dependencies = [
16811681
"pin-project-internal",
16821682
]
16831683

16841684
[[package]]
16851685
name = "pin-project-internal"
1686-
version = "1.0.8"
1686+
version = "1.0.9"
16871687
source = "registry+https://github.com/rust-lang/crates.io-index"
1688-
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
1688+
checksum = "b95af56fee93df76d721d356ac1ca41fccf168bc448eb14049234df764ba3e76"
16891689
dependencies = [
16901690
"proc-macro2",
16911691
"quote",
@@ -2052,9 +2052,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
20522052

20532053
[[package]]
20542054
name = "syn"
2055-
version = "1.0.81"
2055+
version = "1.0.84"
20562056
source = "registry+https://github.com/rust-lang/crates.io-index"
2057-
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
2057+
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
20582058
dependencies = [
20592059
"proc-macro2",
20602060
"quote",

0 commit comments

Comments
 (0)