diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-06 17:13:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 17:13:24 +0000 |
commit | d50954a9696b2b55501c76a006db8c266c64a92c (patch) | |
tree | 2d0f7c72d57ebf6f5101505b13e2744808f01ba8 | |
parent | bbc35b682f0fb926364e5800d20f77bba944a020 (diff) | |
download | servo-d50954a9696b2b55501c76a006db8c266c64a92c.tar.gz servo-d50954a9696b2b55501c76a006db8c266c64a92c.zip |
build(deps): bump mio from 0.8.9 to 0.8.10 (#30832)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.9...v0.8.10)
---
updated-dependencies:
- dependency-name: mio
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 e283866a112..9d5369024c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3661,9 +3661,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" +checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" dependencies = [ "libc", "log", |