diff --git a/Cargo.lock b/Cargo.lock index 858273ab0b..fc39db5922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "nu-derive-value" -version = "0.93.1" +version = "0.94.1" dependencies = [ "convert_case", "proc-macro-error", diff --git a/crates/nu-derive-value/Cargo.toml b/crates/nu-derive-value/Cargo.toml index 01835b2132..013c1068ba 100644 --- a/crates/nu-derive-value/Cargo.toml +++ b/crates/nu-derive-value/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "nu-derive-value" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-derive-value" -version = "0.93.1" +version = "0.94.1" [lib] proc-macro = true diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 041d9095c6..67902cc2cb 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -16,7 +16,7 @@ bench = false nu-utils = { path = "../nu-utils", version = "0.94.1" } nu-path = { path = "../nu-path", version = "0.94.1" } nu-system = { path = "../nu-system", version = "0.94.1" } -nu-derive-value = { path = "../nu-derive-value", version = "0.93.1" } +nu-derive-value = { path = "../nu-derive-value", version = "0.94.1" } brotli = { workspace = true, optional = true } byte-unit = { version = "5.1", features = [ "serde" ] }