summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b333b8a..6bc3a7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,11 +29,11 @@ url = ["dep:url"]
uuid = ["dep:uuid"]
[dependencies]
-clap = { version = "4.3.12", features = ["derive"], optional = true }
+clap = { version = "4.3.19", features = ["derive"], optional = true }
indexmap = { version = "2.0.0", optional = true }
-nu-ansi-term = { version = "0.48.0", optional = true }
+nu-ansi-term = { version = "0.49.0", optional = true }
pretty = { version = "0.12.1", optional = true }
-serde = { version = "1.0.171", features = ["derive"] }
+serde = { version = "1.0.175", features = ["derive"] }
serde_json = { version = "1.0.103", optional = true }
term_size = { version = "0.3.2", optional = true }
termimad = { version = "0.23.1", optional = true }
@@ -44,9 +44,9 @@ url = { version = "2", optional = true }
uuid = { version = "1", optional = true }
[dev-dependencies]
-serde = { version = "1.0.171", features = ["derive"] }
+serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
-trybuild = "1.0.81"
+trybuild = "1.0.82"
[package.metadata.docs.rs]
all-features = true