diff --git a/Cargo.lock b/Cargo.lock index 0aa064bbdc..089938ed6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5707,9 +5707,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.31.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c282402d25101f9c893e9cd7e4cae535fe7db18b81291de973026c219ddf1e" +checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index 5ddc67b801..d287e80cc8 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.97.2" } nu-utils = { path = "../nu-utils", version = "0.97.2" } itertools = { workspace = true } -shadow-rs = { version = "0.31", default-features = false } +shadow-rs = { version = "0.33", default-features = false } [build-dependencies] -shadow-rs = { version = "0.31", default-features = false } +shadow-rs = { version = "0.33", default-features = false } [features] mimalloc = []