Bump eyre from 0.6.9 to 0.6.12

Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.9 to 0.6.12.
- [Commits](https://github.com/eyre-rs/eyre/commits)

---
updated-dependencies:
- dependency-name: eyre
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 19:24:11 +00:00 committed by GitHub
parent a7517106e8
commit 8c972704cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -146,9 +146,9 @@ dependencies = [
[[package]]
name = "eyre"
version = "0.6.9"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd"
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
dependencies = [
"indenter",
"once_cell",

View File

@ -25,7 +25,7 @@ doc = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eyre = "0.6.9"
eyre = "0.6.12"
gumdrop = "0.8.1"
ignore = "0.4.21"
lazy_static = "1.4.0"