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 0426a70..b333b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,12 +29,12 @@ url = ["dep:url"]
uuid = ["dep:uuid"]
[dependencies]
-clap = { version = "4.3.11", features = ["derive"], optional = true }
+clap = { version = "4.3.12", features = ["derive"], optional = true }
indexmap = { version = "2.0.0", optional = true }
nu-ansi-term = { version = "0.48.0", optional = true }
pretty = { version = "0.12.1", optional = true }
serde = { version = "1.0.171", features = ["derive"] }
-serde_json = { version = "1.0.100", optional = true }
+serde_json = { version = "1.0.103", optional = true }
term_size = { version = "0.3.2", optional = true }
termimad = { version = "0.23.1", optional = true }
type_description_derive = { version = "0.6.0", path = "type_description_derive" }
@@ -45,7 +45,7 @@ uuid = { version = "1", optional = true }
[dev-dependencies]
serde = { version = "1.0.171", features = ["derive"] }
-serde_json = "1.0.100"
+serde_json = "1.0.103"
trybuild = "1.0.81"
[package.metadata.docs.rs]