summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_custom_values/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu_plugin_custom_values/Cargo.toml')
-rw-r--r--crates/nu_plugin_custom_values/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/nu_plugin_custom_values/Cargo.toml b/crates/nu_plugin_custom_values/Cargo.toml
index 9f487a3c6..aae80b47c 100644
--- a/crates/nu_plugin_custom_values/Cargo.toml
+++ b/crates/nu_plugin_custom_values/Cargo.toml
@@ -10,10 +10,10 @@ name = "nu_plugin_custom_values"
bench = false
[dependencies]
-nu-plugin = { path = "../nu-plugin", version = "0.97.0" }
-nu-protocol = { path = "../nu-protocol", version = "0.97.0", features = ["plugin"] }
+nu-plugin = { path = "../nu-plugin", version = "0.97.1" }
+nu-protocol = { path = "../nu-protocol", version = "0.97.1", features = ["plugin"] }
serde = { workspace = true, default-features = false }
typetag = "0.2"
[dev-dependencies]
-nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.0" } \ No newline at end of file
+nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.97.1" } \ No newline at end of file