mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
build(deps): bump anyhow from 1.0.99 to 1.0.100 (#1980)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
61ccc0cb6d
commit
5f03ff5a25
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -124,9 +124,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.99"
|
||||
version = "1.0.100"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
|
||||
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ publish = false
|
|||
repository = "https://github.com/automattic/harper"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
anyhow = "1.0.100"
|
||||
ariadne = "0.4.1"
|
||||
clap = { version = "4.5.47", features = ["derive", "string"] }
|
||||
harper-stats = { path = "../harper-stats", version = "0.64.0" }
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ tokio = { version = "1.47.1", features = ["fs", "rt", "rt-multi-thread", "macros
|
|||
clap = { version = "4.5.47", features = ["derive"] }
|
||||
once_cell = "1.21.3"
|
||||
dirs = "6.0.0"
|
||||
anyhow = "1.0.99"
|
||||
anyhow = "1.0.100"
|
||||
serde_json = "1.0.145"
|
||||
itertools = "0.14.0"
|
||||
tracing = "0.1.41"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue