aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2024-02-04 06:08:09 +0000
committerdiogo464 <[email protected]>2024-02-04 06:08:09 +0000
commitb1cdcaf3055b4b50bbcc886bc5f05caf2e392621 (patch)
tree880e9d1abee2af0974741cf052b06eec27f26d21 /Cargo.toml
parentd00d182ba6a7626cf749a8c1a084d752693f1bdb (diff)
parentc1a31b2193425963928fe23a02710db253052132 (diff)
Merge pull request 'chore(deps): update rust crate env_logger to 0.11' (#2) from renovate/env_logger-0.x into main
Reviewed-on: https://git.d464.sh/code/dotup/pulls/2
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 956bedb..f3686fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9anyhow = "1" 9anyhow = "1"
10clap = { version = "4", features = ["derive"] } 10clap = { version = "4", features = ["derive"] }
11colored = "2" 11colored = "2"
12env_logger = "0.9" 12env_logger = "0.11"
13globset = "0.4" 13globset = "0.4"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4" 15log = "0.4"