From 5cf47767d7648abae2693274d24bf1d9d2ec4347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:55:51 +0000 Subject: [PATCH] Bump shadow-rs from 0.16.3 to 0.20.0 (#7837) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f744d3204..684685a85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4679,9 +4679,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.16.3" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c0ea0c68418544f725eba5401a5b965a2263254c92458d04aeae74e9d88ff4e" +checksum = "8da90bd2a722461267a2c5d20b2c6de76dba087348e60484fd6c3fbb48b766d6" dependencies = [ "const_format", "is_debug", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index c21e2ef6d..0a1dda4d2 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -86,7 +86,7 @@ serde_urlencoded = "0.7.0" serde_yaml = "0.9.4" sha2 = "0.10.0" # Disable default features b/c the default features build Git (very slow to compile) -shadow-rs = { version = "0.16.1", default-features = false } +shadow-rs = { version = "0.20.0", default-features = false } sysinfo = "0.26.2" terminal_size = "0.2.1" thiserror = "1.0.31" @@ -163,7 +163,7 @@ sqlite = [ ] # TODO: given that rusqlite is included in reedline, should we just always include it? [build-dependencies] -shadow-rs = { version = "0.16.1", default-features = false } +shadow-rs = { version = "0.20.0", default-features = false } [dev-dependencies] nu-test-support = { path = "../nu-test-support", version = "0.74.1" }