From bf39f65bb00f9756748909660edeb9cabfe1b4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:31:46 -0300 Subject: [PATCH] build(deps): Bump futures from 0.3.28 to 0.3.29 in /rust (#2523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29.
Release notes

Sourced from futures's releases.

0.3.29

Changelog

Sourced from futures's changelog.

0.3.29 - 2023-10-26

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futures&package-manager=cargo&previous-version=0.3.28&new-version=0.3.29)](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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 8 ++++---- rust/gateway/Cargo.toml | 2 +- rust/phoenix-channel/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4930e1fcc..7b33345ce 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1274,9 +1274,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" dependencies = [ "futures-channel", "futures-core", @@ -1315,9 +1315,9 @@ checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" [[package]] name = "futures-executor" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" dependencies = [ "futures-core", "futures-task", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 8680fd828..0fc94f1f6 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -15,7 +15,7 @@ chrono = { workspace = true } clap = "4.4.5" connlib-shared = { workspace = true } firezone-tunnel = { workspace = true } -futures = "0.3.28" +futures = "0.3.29" futures-bounded = { workspace = true } firezone-cli-utils = { workspace = true } phoenix-channel = { workspace = true } diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index ef1299897..9f87b8eb3 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] secrecy = { workspace = true } tokio-tungstenite = { version = "0.20.1", features = ["rustls-tls-native-roots"] } -futures = "0.3.28" +futures = "0.3.29" base64 = "0.21.4" serde = { version = "1.0.190", features = ["derive"] } tracing = { workspace = true } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index e95e35cd3..7f00474a3 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -9,7 +9,7 @@ secrecy = { workspace = true } anyhow = "1.0.75" clap = { version = "4.4.4", features = ["derive", "env"] } bytecodec = "0.4.15" -futures = "0.3.28" +futures = "0.3.29" hex = "0.4.3" hex-literal = "0.4.1" rand = "0.8.5"