deps: Update calloop

This commit is contained in:
Victoria Brekenfeld 2023-10-05 21:56:55 +02:00
parent 57b51d9a18
commit e1e5dd994a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -370,7 +370,7 @@ dependencies = [
[[package]]
name = "calloop"
version = "0.12.2"
source = "git+https://github.com/Smithay/calloop?branch=zombies#9a4fd9d85b35e03213983f727e6fe49367abab51"
source = "git+https://github.com/Smithay/calloop?rev=3cb03fb80#3cb03fb80be39904b8e8b9b319862618341840d7"
dependencies = [
"async-task",
"bitflags 2.4.0",

View file

@ -90,4 +90,4 @@ lto = "fat"
smithay = { git = "https://github.com/smithay//smithay", rev = "74ef59a3f" }
[patch.crates-io]
calloop = { git = "https://github.com/Smithay/calloop", branch = "zombies" }
calloop = { git = "https://github.com/Smithay/calloop", rev = "3cb03fb80" }