aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-04-25 11:01:56 +0000
committerRenovate Bot <[email protected]>2024-04-25 11:01:56 +0000
commit59e775e8cfdb0a0e359f09cb5f5719272c8e4f88 (patch)
tree552b89851eaf49ac19d8b097259d1f6d5b934f3f /Cargo.toml
parentb1cdcaf3055b4b50bbcc886bc5f05caf2e392621 (diff)
chore(deps): update rust crate anyhow to 1.0.82
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3686fb..98a1301 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9anyhow = "1" 9anyhow = "1.0.82"
10clap = { version = "4", features = ["derive"] } 10clap = { version = "4", features = ["derive"] }
11colored = "2" 11colored = "2"
12env_logger = "0.11" 12env_logger = "0.11"