Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit e8b78a8

Browse files
dependabot[bot]Achim Schneider
authored andcommitted
Bump anyhow from 1.0.58 to 1.0.68
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.58...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e9cf24 commit e8b78a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crate_extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clap = "3.0.0-beta.4"
1010
serde = { version = "1.0.143", features = ["derive"] }
1111
serde_json = { version = "1.0.91", features = ["preserve_order"] }
1212
crossbeam-channel = "0.5.6"
13-
anyhow = "1.0.58"
13+
anyhow = "1.0.68"
1414
log = "0.4.17"
1515
tracing = "0.1.37"
1616
ide_db = { package = "ra_ap_ide_db", version = "0.0.120" }

0 commit comments

Comments
 (0)