1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

build(deps): bump futures-lite from 2.0.0 to 2.0.1

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-06 14:27:19 +00:00 committed by GitHub
parent ae70f1d432
commit 9b34dc0d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

11
Cargo.lock generated
View file

@ -1042,9 +1042,9 @@ dependencies = [
[[package]]
name = "futures-lite"
version = "2.0.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63"
checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb"
dependencies = [
"fastrand 2.0.1",
"futures-core",
@ -1052,7 +1052,6 @@ dependencies = [
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
@ -1652,7 +1651,7 @@ dependencies = [
"color-eyre",
"ctrlc",
"dirs",
"futures-lite 2.0.0",
"futures-lite 2.0.1",
"futures-util",
"glib",
"gtk",
@ -2156,9 +2155,9 @@ dependencies = [
[[package]]
name = "parking"
version = "2.1.0"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
[[package]]
name = "parking_lot"

View file

@ -126,7 +126,7 @@ system-tray = { version = "0.1.4", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }
futures-lite = { version = "2.0.0", optional = true }
futures-lite = { version = "2.0.1", optional = true }
zbus = { version = "3.14.1", optional = true }
# workspaces