Update Rust crate eyre to 0.6.11
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-13 22:14:53 +00:00
parent 953cb018b6
commit 835a751ae6
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.10"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa"
checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799"
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.10"
eyre = "0.6.11"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.193", features = ["derive"] }