diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-03 17:18:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 17:18:14 +0000 |
commit | 5e5e2856d64b41f43c74c8b122dc960c5eb60e66 (patch) | |
tree | b9fbbf5119ade9f857b038a17571dd14c0a946ee | |
parent | d9d8ebb8d4b69e5bc505ae1dba84c1227b2a6f20 (diff) | |
download | servo-5e5e2856d64b41f43c74c8b122dc960c5eb60e66.tar.gz servo-5e5e2856d64b41f43c74c8b122dc960c5eb60e66.zip |
Bump spin from 0.9.5 to 0.9.8
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.5 to 0.9.8.
- [Release notes](https://github.com/mvdnes/spin-rs/releases)
- [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdnes/spin-rs/commits)
---
updated-dependencies:
- dependency-name: spin
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 41f280849f9..cbb8cde8aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6142,9 +6142,9 @@ checksum = "b72d540d5c565dbe1f891d7e21ceb21d2649508306782f1066989fccb0b363d3" [[package]] name = "spin" -version = "0.9.5" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" dependencies = [ "lock_api", ] |