fix(deps): update rust crate anyhow to v1.0.100
All checks were successful
Build and test / Clippy (pull_request) Successful in 1m2s
Build and test / Tests (pull_request) Successful in 1m10s
Build and test / Build AMD64 (pull_request) Successful in 1m12s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 1m42s
Build and test / Generate Documentation (pull_request) Successful in 1m30s
All checks were successful
Build and test / Clippy (pull_request) Successful in 1m2s
Build and test / Tests (pull_request) Successful in 1m10s
Build and test / Build AMD64 (pull_request) Successful in 1m12s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 1m42s
Build and test / Generate Documentation (pull_request) Successful in 1m30s
This commit is contained in:
parent
a0d01b9253
commit
043346de15
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "adler"
|
||||
|
|
@ -91,9 +91,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.89"
|
||||
version = "1.0.100"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
||||
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue