diff --git a/Cargo.lock b/Cargo.lock index 261ecf63c..7e740146a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,9 +1142,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", @@ -1157,9 +1157,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" dependencies = [ "futures-core", "futures-sink", @@ -1167,15 +1167,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +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", @@ -1195,9 +1195,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" +checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" [[package]] name = "futures-lite" @@ -1216,9 +1216,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" dependencies = [ "proc-macro2", "quote", @@ -1227,15 +1227,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" [[package]] name = "futures-timer" @@ -1245,9 +1245,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" dependencies = [ "futures-channel", "futures-core", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index c8e7dad3e..02896aec8 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -44,7 +44,7 @@ console-subscriber = { version = "0.2.0", optional = true } deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } deadpool-postgres = "0.11.0" derivative.workspace = true -futures = "0.3.28" +futures = "0.3.29" git-version = "0.3.5" hex = { version = "0.4.3", features = ["serde"], optional = true } http = "0.2.9" diff --git a/aggregator_api/Cargo.toml b/aggregator_api/Cargo.toml index a647277fa..c073f46c6 100644 --- a/aggregator_api/Cargo.toml +++ b/aggregator_api/Cargo.toml @@ -32,7 +32,7 @@ trillium-router.workspace = true url = { version = "2.4.1", features = ["serde"] } [dev-dependencies] -futures = "0.3.28" +futures = "0.3.29" janus_aggregator_core = { workspace = true, features = ["test-util"] } tokio.workspace = true trillium-testing = { workspace = true, features = ["tokio"] } diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index 6b837a74e..9caad9f7a 100644 --- a/aggregator_core/Cargo.toml +++ b/aggregator_core/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.4" deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } deadpool-postgres = "0.11.0" derivative.workspace = true -futures = "0.3.28" +futures = "0.3.29" hex = { version = "0.4.3", features = ["serde"], optional = true } http = "0.2.9" http-api-problem = "0.57.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 885f2d30e..02e31ae64 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -37,7 +37,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } base64 = "0.21.5" chrono = { workspace = true, features = ["clock"] } derivative.workspace = true -futures = "0.3.28" +futures = "0.3.29" hex = "0.4" hpke-dispatch = "0.5.1" http = "0.2.9" diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index aaa7785e0..096d37f0f 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -16,7 +16,7 @@ anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } base64 = "0.21.5" derivative.workspace = true -futures = "0.3.28" +futures = "0.3.29" hex = "0.4" http = "0.2" janus_aggregator = { workspace = true, features = ["test-util"] } diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 24f0d8a8a..39f56f704 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -27,7 +27,7 @@ backoff = { version = "0.4", features = ["tokio"] } base64 = "0.21.5" clap = "4.4.6" derivative.workspace = true -futures = { version = "0.3.28", optional = true } +futures = { version = "0.3.29", optional = true } hex = { version = "0.4", optional = true } lazy_static = { version = "1", optional = true } janus_aggregator_core.workspace = true