From b76abc4b39deff6a1d61d5ab567eaeaf7fe09a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 03:06:22 -0400 Subject: [PATCH] build: bump shadow-rs from 0.11.0 to 0.12.0 (#4146) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.11.0 to 0.12.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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c84753e8..21d15ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,9 +1919,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47e98e36909e951f4da3908f4475f969bec92a41734dd92e883aaa11c10294b" +checksum = "ed1b83da0a4e48d8dcc13ad177b64f2fc40097974f9bf176c2bcb702cabadff3" dependencies = [ "chrono", "const_format", diff --git a/Cargo.toml b/Cargo.toml index cfbbb7e1..04793d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ semver = "1.0.12" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.82" sha-1 = "0.10.0" -shadow-rs = "0.11.0" +shadow-rs = "0.12.0" # battery is optional (on by default) because the crate doesn't currently build for Termux # see: https://github.com/svartalf/rust-battery/issues/33 starship-battery = { version = "0.7.9", optional = true } @@ -109,7 +109,7 @@ features = [ nix = { version = "0.24.1", default-features = false, features = ["feature", "fs", "user"] } [build-dependencies] -shadow-rs = "0.11.0" +shadow-rs = "0.12.0" [target.'cfg(windows)'.build-dependencies] winres = "0.1.12"