diff --git a/Cargo.lock b/Cargo.lock index 0d384a82c5..959af9e1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4900,9 +4900,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9198caff1c94f1a5df6664bddbc379896b51b98a55b0b3fedcb23078fe00c77" +checksum = "615d846f7174a0850dca101bca72f6913e3376a64c5fda2b965d7fc3d1ff60cb" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index 4bff147fee..9a540ca5dd 100644 --- a/crates/nu-cmd-lang/Cargo.toml +++ b/crates/nu-cmd-lang/Cargo.toml @@ -20,10 +20,10 @@ nu-ansi-term = "0.49.0" fancy-regex = "0.11" itertools = "0.11" -shadow-rs = { version = "0.24", default-features = false } +shadow-rs = { version = "0.25", default-features = false } [build-dependencies] -shadow-rs = { version = "0.24", default-features = false } +shadow-rs = { version = "0.25", default-features = false } [features] mimalloc = []