Skip to content

Commit

Permalink
Bump anyhow from 1.0.89 to 1.0.93
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.93.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 9c7c2e1 commit 68f1607
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,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"
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 @@ -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"
2 changes: 1 addition & 1 deletion tools/query_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 68f1607

Please sign in to comment.