mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build: bump notify-rust from 4.5.2 to 4.5.3 (#3078)
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.5.2 to 4.5.3. - [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) --- updated-dependencies: - dependency-name: notify-rust dependency-type: direct:production update-type: version-update:semver-patch ... 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
a173f4b4d7
commit
99ac425fb0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -997,9 +997,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
||||
|
||||
[[package]]
|
||||
name = "notify-rust"
|
||||
version = "4.5.2"
|
||||
version = "4.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a2ca742cd7268b60c35828d318357f0b1bb9b82088e157ccf3013eb3ce70247"
|
||||
checksum = "e4b2d5d72d16b6abdb6fa2c364d9363e23d6ed7c20c1a1e85fd8cd880144442c"
|
||||
dependencies = [
|
||||
"mac-notification-sys",
|
||||
"serde",
|
||||
|
@ -63,7 +63,7 @@ quick-xml = "0.22.0"
|
||||
rand = "0.8.4"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
indexmap = { version ="1.7.0", features = ["serde"] }
|
||||
notify-rust = { version = "4.5.1", optional = true }
|
||||
notify-rust = { version = "4.5.3", optional = true }
|
||||
semver = "1.0.4"
|
||||
which = "4.2.2"
|
||||
shadow-rs = "0.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user