From a66cba509075ed136ce28ba17c669cd5f6c2b99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:37:10 -0700 Subject: [PATCH] build(deps): Bump tokio from 1.29.1 to 1.32.0 in /rust (#1956) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.32.0.
Release notes

Sourced from tokio's releases.

Tokio v1.32.0

Fixed

Added

Unstable

#5925: tokio-rs/tokio#5925 #5930: tokio-rs/tokio#5930 #5781: tokio-rs/tokio#5781 #5935: tokio-rs/tokio#5935

Tokio v1.31.0

Fixed

Unstable

#5914: tokio-rs/tokio#5914 #5911: tokio-rs/tokio#5911 #5927: tokio-rs/tokio#5927

Tokio v1.30.0

1.30.0 (August 9, 2023)

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

Changed

Added

... (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.32.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> --- rust/Cargo.lock | 11 +++++------ rust/connlib/libs/client/Cargo.toml | 2 +- rust/connlib/libs/common/Cargo.toml | 2 +- rust/connlib/libs/gateway/Cargo.toml | 2 +- rust/connlib/libs/tunnel/Cargo.toml | 2 +- rust/phoenix-channel/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c6d9c7f8d..59b7a2192 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2315,9 +2315,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.10" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" +checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" [[package]] name = "pin-utils" @@ -3396,11 +3396,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.1" +version = "1.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" +checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" dependencies = [ - "autocfg", "backtrace", "bytes", "libc", @@ -3409,7 +3408,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/rust/connlib/libs/client/Cargo.toml b/rust/connlib/libs/client/Cargo.toml index d51af65f5..ddbcfafbe 100644 --- a/rust/connlib/libs/client/Cargo.toml +++ b/rust/connlib/libs/client/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" mock = ["libs-common/mock"] [dependencies] -tokio = { version = "1.27", default-features = false, features = ["sync"] } +tokio = { version = "1.32", default-features = false, features = ["sync"] } tracing = { version = "0.1", default-features = false, features = ["std", "attributes"] } async-trait = { version = "0.1", default-features = false } libs-common = { path = "../common" } diff --git a/rust/connlib/libs/common/Cargo.toml b/rust/connlib/libs/common/Cargo.toml index d5bd528f9..54f564ed6 100644 --- a/rust/connlib/libs/common/Cargo.toml +++ b/rust/connlib/libs/common/Cargo.toml @@ -19,7 +19,7 @@ uuid = { version = "1.4", default-features = false, features = ["std", "v4", "se thiserror = { version = "1.0", default-features = false } tracing = { version = "0.1", default-features = false, features = ["std", "attributes"] } serde_json = { version = "1.0", default-features = false, features = ["std"] } -tokio = { version = "1.28", default-features = false, features = ["rt", "rt-multi-thread"]} +tokio = { version = "1.32", default-features = false, features = ["rt", "rt-multi-thread"]} url = { version = "2.3.1", default-features = false } rand_core = { version = "0.6.4", default-features = false, features = ["std"] } async-trait = { version = "0.1", default-features = false } diff --git a/rust/connlib/libs/gateway/Cargo.toml b/rust/connlib/libs/gateway/Cargo.toml index 5e5f3ecc4..70c2e7526 100644 --- a/rust/connlib/libs/gateway/Cargo.toml +++ b/rust/connlib/libs/gateway/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" libs-common = { path = "../common" } async-trait = { version = "0.1", default-features = false } firezone-tunnel = { path = "../tunnel" } -tokio = { version = "1.27", default-features = false, features = ["sync"] } +tokio = { version = "1.32", default-features = false, features = ["sync"] } tracing = { version = "0.1", default-features = false, features = ["std", "attributes"] } serde = { version = "1.0", default-features = false, features = ["std", "derive"] } boringtun = { workspace = true } diff --git a/rust/connlib/libs/tunnel/Cargo.toml b/rust/connlib/libs/tunnel/Cargo.toml index 3f38646c7..3dde015d8 100644 --- a/rust/connlib/libs/tunnel/Cargo.toml +++ b/rust/connlib/libs/tunnel/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] async-trait = { version = "0.1", default-features = false } -tokio = { version = "1.27", default-features = false, features = ["rt", "rt-multi-thread", "sync"] } +tokio = { version = "1.32", default-features = false, features = ["rt", "rt-multi-thread", "sync"] } thiserror = { version = "1.0", default-features = false } rand_core = { version = "0.6", default-features = false, features = ["getrandom"] } serde = { version = "1.0", default-features = false, features = ["derive", "std"] } diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index ce69a5af5..44537027d 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -15,4 +15,4 @@ rand_core = "0.6.4" url = "2.4.0" serde_json = "1.0.104" thiserror = "1.0.47" -tokio = { version = "1.28.2", features = ["net", "time"] } +tokio = { version = "1.32.0", features = ["net", "time"] } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 03fbcb270..56471fc0c 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -12,7 +12,7 @@ hex = "0.4.3" hex-literal = "0.4.1" rand = "0.8.5" stun_codec = "0.3.1" -tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "net", "time"] } +tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "net", "time"] } tracing = { version = "0.1.37", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } tracing-stackdriver = "0.7.2"