diff --git a/Cargo.lock b/Cargo.lock index e4a56149..29c4779f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arrayvec" diff --git a/samply-api/Cargo.toml b/samply-api/Cargo.toml index c6716a0d..e3421ada 100644 --- a/samply-api/Cargo.toml +++ b/samply-api/Cargo.toml @@ -25,6 +25,6 @@ yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] } [dev-dependencies] memmap2 = "0.9.4" -anyhow = "1.0.86" +anyhow = "1.0.93" futures = "0.3.5" assert-json-diff = "2.0.1" diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 9c77899f..a14032f2 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -59,5 +59,5 @@ linux-perf-data = "0.10.0" [dev-dependencies] memmap2 = "0.9.4" -anyhow = "1.0.86" +anyhow = "1.0.93" futures = "0.3.5" diff --git a/tools/benchmarks/Cargo.toml b/tools/benchmarks/Cargo.toml index d74fb283..d93f724d 100644 --- a/tools/benchmarks/Cargo.toml +++ b/tools/benchmarks/Cargo.toml @@ -14,7 +14,7 @@ reqwest = { version = "0.12", default-features = false, features = [ "gzip", "blocking" ] } -anyhow = "1.0.86" +anyhow = "1.0.93" tempfile = "3.10.1" futures = "0.3.5" cab = "0.6.0" diff --git a/tools/dump_table/Cargo.toml b/tools/dump_table/Cargo.toml index b3bcb51d..ff98936d 100644 --- a/tools/dump_table/Cargo.toml +++ b/tools/dump_table/Cargo.toml @@ -16,5 +16,5 @@ chunked_caching = [] samply-symbols = { path = "../../samply-symbols" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" -anyhow = "1.0.86" +anyhow = "1.0.93" futures = "0.3.5" diff --git a/tools/query_api/Cargo.toml b/tools/query_api/Cargo.toml index 514b2c7d..811d482b 100644 --- a/tools/query_api/Cargo.toml +++ b/tools/query_api/Cargo.toml @@ -10,6 +10,6 @@ publish = false samply-api = { path = "../../samply-api" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" -anyhow = "1.0.86" +anyhow = "1.0.93" futures = "0.3.5" serde_json = "1"