From 7171c9b84ab80bb11b86de1b0b70eacee6421999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:05:11 +0000 Subject: [PATCH] Bump shadow-rs from 0.31.1 to 0.33.0 (#13713) --- Cargo.lock | 4 ++-- crates/nu-cmd-lang/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = []