diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-28 20:27:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 00:27:05 +0000 |
commit | 2d5a1cd02ee0c3196875dc52ca55a150a63cc29f (patch) | |
tree | 066643f7db460c549ed76c483d6d3598a97affd9 | |
parent | 4d5bcdc057f178b0bc3de1ef155788b70adb07d8 (diff) | |
download | servo-2d5a1cd02ee0c3196875dc52ca55a150a63cc29f.tar.gz servo-2d5a1cd02ee0c3196875dc52ca55a150a63cc29f.zip |
build(deps): bump tokio from 1.36.0 to 1.37.0 (#31926)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b045affa199..e0ec55644df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3291,7 +3291,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.4", ] [[package]] @@ -6199,9 +6199,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", |