aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-04-25 15:01:32 +0000
committerRenovate Bot <[email protected]>2024-04-25 15:01:32 +0000
commitfe2a5e0626b0597aa80ee444c8ecdd49c5d224ad (patch)
tree146d4c90be72f9e9b54188fd3eb67254de0d5534 /Cargo.toml
parent963b1411a11c4c305c9d229050e57a96be626bb3 (diff)
chore(deps): update rust crate log to 0.4.21
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 6ed1e91..74c3016 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ colored = "2.1.0"
12env_logger = "0.11.3" 12env_logger = "0.11.3"
13globset = "0.4.14" 13globset = "0.4.14"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4" 15log = "0.4.21"
16nom = "7" 16nom = "7"
17nom_locate = "4" 17nom_locate = "4"
18slotmap = "1" 18slotmap = "1"