diff --git a/Cargo.lock b/Cargo.lock index 59948fbc51..2bc6f891ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5401,9 +5401,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7960cbd6ba74691bb15e7ebf97f7136bd02d1115f5695a58c1f31d5645750128" +checksum = "1d75516bdaee8f640543ad1f6e292448c23ce57143f812c3736ab4b0874383df" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index abb89a6991..45f5b9bc8f 100644 --- a/crates/nu-cmd-lang/Cargo.toml +++ b/crates/nu-cmd-lang/Cargo.toml @@ -18,10 +18,10 @@ nu-protocol = { path = "../nu-protocol", version = "0.93.1" } nu-utils = { path = "../nu-utils", version = "0.93.1" } itertools = { workspace = true } -shadow-rs = { version = "0.27", default-features = false } +shadow-rs = { version = "0.28", default-features = false } [build-dependencies] -shadow-rs = { version = "0.27", default-features = false } +shadow-rs = { version = "0.28", default-features = false } [features] mimalloc = []