summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_query/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu_plugin_query/Cargo.toml')
-rw-r--r--crates/nu_plugin_query/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/nu_plugin_query/Cargo.toml b/crates/nu_plugin_query/Cargo.toml
index 20cbd41c1..3adfd73d0 100644
--- a/crates/nu_plugin_query/Cargo.toml
+++ b/crates/nu_plugin_query/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_quer
edition = "2021"
license = "MIT"
name = "nu_plugin_query"
-version = "0.75.1"
+version = "0.76.0"
[lib]
doctest = false
@@ -17,9 +17,9 @@ bench = false
[dependencies]
-nu-plugin = { path="../nu-plugin", version = "0.75.1" }
-nu-protocol = { path="../nu-protocol", version = "0.75.1" }
-nu-engine = { path="../nu-engine", version = "0.75.1" }
+nu-plugin = { path="../nu-plugin", version = "0.76.0" }
+nu-protocol = { path="../nu-protocol", version = "0.76.0" }
+nu-engine = { path="../nu-engine", version = "0.76.0" }
gjson = "0.8.0"
scraper = { default-features = false, version = "0.14.0" }
sxd-document = "0.3.2"