Skip to content

Commit

Permalink
Merge pull request #127 from mdpadberg/renovate/anyhow-1.x
Browse files Browse the repository at this point in the history
Update Rust crate anyhow to 1.0.82
  • Loading branch information
mdpadberg authored Apr 10, 2024
2 parents df0c61f + f22f9d6 commit bfa1250
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_complete = "4.5.2"
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
anyhow = "1.0.81"
anyhow = "1.0.82"
log = "0.4.21"
env_logger = "0.11.3"
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.81"
anyhow = "1.0.82"
dirs = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
Expand Down

0 comments on commit bfa1250

Please sign in to comment.