1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

Merge pull request #843 from JakeStanger/dependabot/cargo/futures-lite-2.6.0

build(deps): bump futures-lite from 2.5.0 to 2.6.0
This commit is contained in:
Jake Stanger 2025-01-14 09:23:38 +00:00 committed by GitHub
commit ad07a8a637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1059,9 +1059,9 @@ dependencies = [
[[package]]
name = "futures-lite"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
dependencies = [
"fastrand 2.0.1",
"futures-core",
@ -1736,7 +1736,7 @@ dependencies = [
"ctrlc",
"dirs",
"evdev-rs",
"futures-lite 2.5.0",
"futures-lite 2.6.0",
"futures-signals",
"glib",
"gtk",