From 3c81593693368906abdc840675baae3239c4e157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:22:11 +0000 Subject: [PATCH] Bump shadow-rs from 0.29.0 to 0.30.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 576cb960a4..f30d77f007 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5589,9 +5589,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a600f795d0894cda22235b44eea4b85c2a35b405f65523645ac8e35b306817a" +checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index e6a15f7bf9..c5ae7b8c61 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.96.2" } nu-utils = { path = "../nu-utils", version = "0.96.2" } itertools = { workspace = true } -shadow-rs = { version = "0.29", default-features = false } +shadow-rs = { version = "0.30", default-features = false } [build-dependencies] -shadow-rs = { version = "0.29", default-features = false } +shadow-rs = { version = "0.30", default-features = false } [features] mimalloc = []