summaryrefslogtreecommitdiff
path: root/crates/nu-json/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-json/Cargo.toml')
-rw-r--r--crates/nu-json/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/nu-json/Cargo.toml b/crates/nu-json/Cargo.toml
index a3b61042b..bd73655ae 100644
--- a/crates/nu-json/Cargo.toml
+++ b/crates/nu-json/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-json"
edition = "2021"
license = "MIT"
name = "nu-json"
-version = "0.95.1"
+version = "0.96.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -26,7 +26,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
-nu-test-support = { path = "../nu-test-support", version = "0.95.1" }
-nu-path = { path = "../nu-path", version = "0.95.1" }
+nu-test-support = { path = "../nu-test-support", version = "0.96.0" }
+nu-path = { path = "../nu-path", version = "0.96.0" }
serde_json = "1.0"
-fancy-regex = "0.13.0"
+fancy-regex = "0.13.0" \ No newline at end of file