From 1518a65364f384a8a93fdd19e6f4894224c15c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:18:03 +0000 Subject: [PATCH] Bump anyhow from 1.0.79 to 1.0.80 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) --- 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 0a44a3a6..004efeaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "arrayvec" diff --git a/samply-api/Cargo.toml b/samply-api/Cargo.toml index 6a951671..cca3d7b1 100644 --- a/samply-api/Cargo.toml +++ b/samply-api/Cargo.toml @@ -25,7 +25,7 @@ yaxpeax-arm = { version = "0.2.3", default-features = false, features = ["std"] [dev-dependencies] memmap2 = "0.9.4" -anyhow = "1.0.28" +anyhow = "1.0.80" futures = "0.3.5" assert-json-diff = "2.0.1" serde_json = "1.0.68" diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index e61f9dd1..09affabe 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -58,5 +58,5 @@ linux-perf-data = "0.8.0" [dev-dependencies] memmap2 = "0.9.4" -anyhow = "1.0.28" +anyhow = "1.0.80" futures = "0.3.5" diff --git a/tools/benchmarks/Cargo.toml b/tools/benchmarks/Cargo.toml index ef3e7941..313240cc 100644 --- a/tools/benchmarks/Cargo.toml +++ b/tools/benchmarks/Cargo.toml @@ -13,7 +13,7 @@ reqwest = { version = "0.11.6", default-features = false, features = [ "gzip", "blocking" ] } -anyhow = "1.0.28" +anyhow = "1.0.80" tempfile = "3.4.0" futures = "0.3.5" cab = "0.5.0" diff --git a/tools/dump_table/Cargo.toml b/tools/dump_table/Cargo.toml index 2c903f30..2ac65a19 100644 --- a/tools/dump_table/Cargo.toml +++ b/tools/dump_table/Cargo.toml @@ -15,5 +15,5 @@ chunked_caching = [] samply-symbols = { path = "../../samply-symbols" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" -anyhow = "1.0.28" +anyhow = "1.0.80" futures = "0.3.5" diff --git a/tools/query_api/Cargo.toml b/tools/query_api/Cargo.toml index 5bbfaca4..f9870bcc 100644 --- a/tools/query_api/Cargo.toml +++ b/tools/query_api/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" samply-api = { path = "../../samply-api" } clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" -anyhow = "1.0.28" +anyhow = "1.0.80" futures = "0.3.5" serde_json = "1.0.68"