aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-04-25 13:01:31 +0000
committerRenovate Bot <[email protected]>2024-04-25 13:01:31 +0000
commit82a2e00dd2c490963c174ed50753fda9484647f1 (patch)
tree43ff4c74a7d36af431ec25ff85dbea821adafa52 /Cargo.toml
parent2475f4b443287290d2ee8da805de0333cc159514 (diff)
chore(deps): update rust crate env_logger to 0.11.3
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 81fbcb7..ad33b2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9anyhow = "1.0.82" 9anyhow = "1.0.82"
10clap = { version = "4", features = ["derive"] } 10clap = { version = "4", features = ["derive"] }
11colored = "2.1.0" 11colored = "2.1.0"
12env_logger = "0.11" 12env_logger = "0.11.3"
13globset = "0.4" 13globset = "0.4"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4" 15log = "0.4"