diff --git a/Cargo.lock b/Cargo.lock index 8bf0d9a4..4a3f22dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,6 +660,16 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "fs4" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc91b3da7f1a7968b00f9f65a4971252f6a927d3cb9eec05d91cbeaff678f9a" +dependencies = [ + "rustix", + "windows-sys 0.52.0", +] + [[package]] name = "funty" version = "2.0.0" @@ -1870,7 +1880,7 @@ dependencies = [ "etw-reader", "flate2", "framehop", - "fs4", + "fs4 0.11.0", "futures-util", "fxhash", "fxprof-processed-profile", @@ -2126,7 +2136,7 @@ dependencies = [ "async-compression", "cab", "dirs", - "fs4", + "fs4 0.9.1", "futures-util", "http", "reqwest", @@ -2587,7 +2597,7 @@ dependencies = [ "core-foundation", "core-foundation-sys", "debugid", - "fs4", + "fs4 0.11.0", "futures", "futures-util", "http", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index f116522a..888bd21d 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -49,7 +49,7 @@ ctrlc = "3.4.4" log = "0.4.21" env_logger = "0.11" cfg-if = "1.0.0" -fs4 = "0.9" +fs4 = "0.11" humantime = "2.1.0" shlex = "1.3.0" diff --git a/wholesym/Cargo.toml b/wholesym/Cargo.toml index c1512981..5d25dade 100644 --- a/wholesym/Cargo.toml +++ b/wholesym/Cargo.toml @@ -37,7 +37,7 @@ bytes = "1.7" memmap2 = "0.9.4" tokio = { version = "1.38", features = ["fs"] } futures-util = "0.3.30" -fs4 = "0.9" +fs4 = "0.11" thiserror = "1" async-compression = { version = "0.4.6", default-features = false, features = [ "tokio",