chore: update deps
This commit is contained in:
parent
cae5414af0
commit
11216da717
1 changed files with 4 additions and 4 deletions
|
|
@ -8,11 +8,11 @@ repository = "https://github.com/jesusperez/nu_plugin_kcl"
|
|||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = "0.108.0"
|
||||
nu-protocol = "0.108.0"
|
||||
nu-plugin = "0.109.1"
|
||||
nu-protocol = "0.109.1"
|
||||
anyhow = "1.0"
|
||||
tempfile = "3"
|
||||
|
||||
[dev-dependencies.nu-plugin-test-support]
|
||||
version = "0.108.0"
|
||||
path = "../nushell/crates/nu-plugin-test-support"
|
||||
version = "0.109.1"
|
||||
path = "../nushell/crates/nu-plugin-test-support"
|
||||
Loading…
Add table
Reference in a new issue