mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-16 10:05:13 +00:00
build: bump notify-rust from 4.4.0 to 4.4.1 (#2683)
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/hoodie/notify-rust/releases) - [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/notify-rust/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
439491e977
commit
36b651b6ad
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -955,9 +955,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "notify-rust"
|
name = "notify-rust"
|
||||||
version = "4.4.0"
|
version = "4.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c786b76e0658d9eb5e2579f5950ade6781e0f58c7ec6536fbb85e4d0ae4999b0"
|
checksum = "bec68da15a9508696cd0d38cc81c6a00a465daff743f05d9f4fd7c8f7c11f4e5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"mac-notification-sys",
|
"mac-notification-sys",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -63,7 +63,7 @@ quick-xml = "0.22.0"
|
|||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
serde = { version = "1.0.125", features = ["derive"] }
|
serde = { version = "1.0.125", features = ["derive"] }
|
||||||
indexmap = { version ="1.6.2", features = ["serde"] }
|
indexmap = { version ="1.6.2", features = ["serde"] }
|
||||||
notify-rust = { version = "4.4.0", optional = true }
|
notify-rust = { version = "4.4.1", optional = true }
|
||||||
semver = "0.11.0"
|
semver = "0.11.0"
|
||||||
which = "4.1.0"
|
which = "4.1.0"
|
||||||
shadow-rs = "0.5.25"
|
shadow-rs = "0.5.25"
|
||||||
|
Loading…
Reference in New Issue
Block a user