summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18f7b09..eba97e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,10 +29,10 @@ url = ["dep:url"]
uuid = ["dep:uuid"]
[dependencies]
-clap = { version = "4.4.3", features = ["derive"], optional = true }
-indexmap = { version = "2.0.0", optional = true }
+clap = { version = "4.4.6", features = ["derive"], optional = true }
+indexmap = { version = "2.0.2", optional = true }
nu-ansi-term = { version = "0.49.0", optional = true }
-pretty = { version = "0.12.1", optional = true }
+pretty = { version = "0.12.3", optional = true }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.107", optional = true }
term_size = { version = "0.3.2", optional = true }