From d87818988192ec006781cb327d499e1597e5a6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:50:13 -0400 Subject: [PATCH] chore(deps): Bump tokio from 1.29.1 to 1.30.0 (#798) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
Release notes

Sourced from tokio's releases.

Tokio v1.30.0

1.30.0 (August 9, 2023)

This release bumps the MSRV of Tokio to 1.63. (#5887)

Changed

Added

Removed

Documented

Unstable

#5820: tokio-rs/tokio#5820 #5823: tokio-rs/tokio#5823 #5824: tokio-rs/tokio#5824 #5829: tokio-rs/tokio#5829 #5858: tokio-rs/tokio#5858 #5859: tokio-rs/tokio#5859 #5863: tokio-rs/tokio#5863 #5864: tokio-rs/tokio#5864 #5865: tokio-rs/tokio#5865 #5868: tokio-rs/tokio#5868 #5869: tokio-rs/tokio#5869

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.29.1&new-version=1.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ca92842..fb3b9b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3482,11 +3482,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.1" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" +checksum = "2d3ce25f50619af8b0aec2eb23deebe84249e19e2ddd393a6e16e3300a6dadfd" dependencies = [ - "autocfg", "backtrace", "bytes", "libc", @@ -3495,7 +3494,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.4.9", + "socket2 0.5.3", "tokio-macros", "windows-sys 0.48.0", ] diff --git a/Cargo.toml b/Cargo.toml index a94dbbc3..c1181e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sqlx = { version = "0.7", features = ["sqlite"] } subst = { version = "0.2", features = ["yaml"] } thiserror = "1" tilejson = "0.3" -tokio = { version = "1.29.1", features = ["macros"] } +tokio = { version = "1.30.0", features = ["macros"] } [profile.dev.package.sqlx-macros] # See https://github.com/launchbadge/sqlx#compile-time-verification