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"