mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
build(deps): bump shadow-rs from 0.5.23 to 0.5.24
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.5.23 to 0.5.24. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/0.5.23...0.5.24) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
3127a9aa87
commit
10d5a7034b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1274,9 +1274,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "0.5.23"
|
||||
version = "0.5.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb054640a4d209cbfcc56fa1d9f4a229d4aef3f9da130e7f5698aba36db1c6ce"
|
||||
checksum = "c2d24431d84176415baccf1a5f4996365fbe619ed0797131d84627f00f568de2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"git2",
|
||||
|
@ -65,7 +65,7 @@ indexmap = "1.6.1"
|
||||
notify-rust = { version = "4.2.2", optional = true }
|
||||
semver = "0.11.0"
|
||||
which = "4.0.2"
|
||||
shadow-rs = "0.5.23"
|
||||
shadow-rs = "0.5.24"
|
||||
|
||||
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
|
||||
|
||||
@ -87,7 +87,7 @@ winapi = { version = "0.3.9", features = [
|
||||
nix = "0.19.1"
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = "0.5.23"
|
||||
shadow-rs = "0.5.24"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user