diff --git a/Cargo.lock b/Cargo.lock index 11efd8e99..58d425cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,9 +1964,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -1974,9 +1974,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" @@ -2002,9 +2002,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -2036,9 +2036,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -2047,15 +2047,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" @@ -2065,9 +2065,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 275dba59f..844724faf 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -18,7 +18,7 @@ axum-extra.workspace = true bytes.workspace = true chrono.workspace = true data-encoding = "2.6.0" -futures-util = "0.3.30" +futures-util = "0.3.31" headers.workspace = true http.workspace = true http-body.workspace = true diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 0e64fbca8..d24210cb7 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] # Async runtime tokio.workspace = true -futures-util = "0.3.30" +futures-util = "0.3.31" async-trait.workspace = true # Logging and tracing diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 513643e9c..4480dbb6b 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] async-trait.workspace = true bytes.workspace = true -futures-util = "0.3.30" +futures-util = "0.3.31" headers.workspace = true http.workspace = true http-body.workspace = true diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 2b84b2429..8f09616b9 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -17,7 +17,7 @@ async-trait.workspace = true camino.workspace = true convert_case = "0.6.0" csv = "1.3.0" -futures-util = "0.3.30" +futures-util = "0.3.31" reqwest = { version = "0.12.8", default-features = false, features = [ "rustls-tls", ] } diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 76dc66e1c..c36d92eb2 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] bytes.workspace = true event-listener = "5.3.1" -futures-util = "0.3.30" +futures-util = "0.3.31" http-body.workspace = true hyper = { workspace = true, features = ["server"] } hyper-util.workspace = true diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 95152e046..556fda86a 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -20,7 +20,7 @@ base64ct = { version = "1.6.0", features = ["std"] } bytes.workspace = true chrono.workspace = true form_urlencoded = "1.2.1" -futures-util = "0.3.30" +futures-util = "0.3.31" headers.workspace = true http.workspace = true language-tags = "0.3.2" diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index 3e7afef75..76b99236d 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -21,7 +21,7 @@ serde.workspace = true serde_json.workspace = true thiserror.workspace = true tracing.workspace = true -futures-util = "0.3.30" +futures-util = "0.3.31" opentelemetry-semantic-conventions.workspace = true rand.workspace = true diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index ff82e5ead..d6039f389 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -15,7 +15,7 @@ workspace = true async-trait.workspace = true chrono.workspace = true thiserror.workspace = true -futures-util = "0.3.30" +futures-util = "0.3.31" apalis-core = { version = "0.4.9", features = ["tokio-comp"] } opentelemetry.workspace = true