summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_formats/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu_plugin_formats/Cargo.toml')
-rw-r--r--crates/nu_plugin_formats/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/nu_plugin_formats/Cargo.toml b/crates/nu_plugin_formats/Cargo.toml
index 543de3d9d..7733c20e5 100644
--- a/crates/nu_plugin_formats/Cargo.toml
+++ b/crates/nu_plugin_formats/Cargo.toml
@@ -5,12 +5,12 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_form
edition = "2021"
license = "MIT"
name = "nu_plugin_formats"
-version = "0.92.3"
+version = "0.93.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-nu-plugin = { path = "../nu-plugin", version = "0.92.3" }
-nu-protocol = { path = "../nu-protocol", version = "0.92.3", features = ["plugin"] }
+nu-plugin = { path = "../nu-plugin", version = "0.93.0" }
+nu-protocol = { path = "../nu-protocol", version = "0.93.0", features = ["plugin"] }
indexmap = { workspace = true }
eml-parser = "0.1"
@@ -18,4 +18,4 @@ ical = "0.11"
rust-ini = "0.21.0"
[dev-dependencies]
-nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.92.3" }
+nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.93.0" }