diff --git a/Cargo.lock b/Cargo.lock index 74d88afb20..a509daaa4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5715,9 +5715,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69fe0bac8a8752586a618a1c80d01d8ca5d40fce4f6077fbc851e48dcbdb90df" +checksum = "fca0e9bdc073d7173ba993fb7886477af5df75588b57afcb4b96f21911ab0bfa" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index b529062e68..af00333b72 100644 --- a/crates/nu-cmd-lang/Cargo.toml +++ b/crates/nu-cmd-lang/Cargo.toml @@ -21,10 +21,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.98.1" } nu-utils = { path = "../nu-utils", version = "0.98.1" } itertools = { workspace = true } -shadow-rs = { version = "0.34", default-features = false } +shadow-rs = { version = "0.35", default-features = false } [build-dependencies] -shadow-rs = { version = "0.34", default-features = false } +shadow-rs = { version = "0.35", default-features = false } [features] mimalloc = []