Update Rust crate eyre to 0.6.10
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-12-08 07:06:24 +00:00
parent c9f9b65f6b
commit 953cb018b6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive", "env"] }
eyre = "0.6.9"
eyre = "0.6.10"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.193", features = ["derive"] }