Skip to content

Commit

Permalink
Bump anyhow from 1.0.79 to 1.0.80
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mstange committed Feb 19, 2024
1 parent e699c64 commit bb0bb2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/dump_table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/query_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bb0bb2a

Please sign in to comment.