Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent 4b59f7f commit 7ee3acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opt-level = 0
clap = { version = "4.4.11", features = ["derive"] }
clap_complete = "4.4.4"
dirs = "5.0.1"
anyhow = "1.0.75"
anyhow = "1.0.77"
log = "0.4.20"
env_logger = "0.10.1"
prettytable-rs = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lto = true
opt-level = 0

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.77"
dirs = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.27"
Expand Down

0 comments on commit 7ee3acc

Please sign in to comment.