From 68f16076dbacc02900a8e4b53951ac5a279ee6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:32:24 +0000 Subject: [PATCH] Bump anyhow from 1.0.89 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply-api/Cargo.toml | 2 +- samply-symbols/Cargo.toml | 2 +- tools/benchmarks/Cargo.toml | 2 +- tools/dump_table/Cargo.toml | 2 +- tools/query_api/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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"