diff --git a/Cargo.lock b/Cargo.lock index 426a506f..9cdc835b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -683,9 +683,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", @@ -693,15 +693,15 @@ 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" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -710,15 +710,15 @@ 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-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", @@ -727,21 +727,21 @@ 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-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/samply-api/Cargo.toml b/samply-api/Cargo.toml index c6716a0d..445b58da 100644 --- a/samply-api/Cargo.toml +++ b/samply-api/Cargo.toml @@ -26,5 +26,5 @@ yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] } [dev-dependencies] memmap2 = "0.9.4" anyhow = "1.0.86" -futures = "0.3.5" +futures = "0.3.31" assert-json-diff = "2.0.1" diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 9c77899f..65260980 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -60,4 +60,4 @@ linux-perf-data = "0.10.0" [dev-dependencies] memmap2 = "0.9.4" anyhow = "1.0.86" -futures = "0.3.5" +futures = "0.3.31" diff --git a/tools/benchmarks/Cargo.toml b/tools/benchmarks/Cargo.toml index d74fb283..652586a6 100644 --- a/tools/benchmarks/Cargo.toml +++ b/tools/benchmarks/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "0.12", default-features = false, features = [ ] } anyhow = "1.0.86" tempfile = "3.10.1" -futures = "0.3.5" +futures = "0.3.31" cab = "0.6.0" flate2 = "1.0" tar = "0.4.41" diff --git a/tools/dump_table/Cargo.toml b/tools/dump_table/Cargo.toml index b3bcb51d..481675e0 100644 --- a/tools/dump_table/Cargo.toml +++ b/tools/dump_table/Cargo.toml @@ -17,4 +17,4 @@ samply-symbols = { path = "../../samply-symbols" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" anyhow = "1.0.86" -futures = "0.3.5" +futures = "0.3.31" diff --git a/tools/query_api/Cargo.toml b/tools/query_api/Cargo.toml index 514b2c7d..7e0e2acc 100644 --- a/tools/query_api/Cargo.toml +++ b/tools/query_api/Cargo.toml @@ -11,5 +11,5 @@ samply-api = { path = "../../samply-api" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" anyhow = "1.0.86" -futures = "0.3.5" +futures = "0.3.31" serde_json = "1" diff --git a/wholesym/Cargo.toml b/wholesym/Cargo.toml index c1512981..2b523cba 100644 --- a/wholesym/Cargo.toml +++ b/wholesym/Cargo.toml @@ -53,5 +53,5 @@ core-foundation-sys = "0.8" core-foundation = "0.10" [dev-dependencies] -futures = "0.3.5" +futures = "0.3.31" tokio = { version = "1.38", features = ["macros"] } # Feature "macros" for #[tokio::test]