Desktop: Update CEF to v140 (#3277)

* update cef to v140

* fix build

* update flake
This commit is contained in:
Timon
2025-10-13 06:56:56 +02:00
committed by GitHub
parent ca70fd8380
commit e366e4d64e
5 changed files with 44 additions and 36 deletions

View File

@@ -185,8 +185,8 @@ iai-callgrind = { version = "0.16" }
ndarray = "0.16"
strum = { version = "0.27", features = ["derive"] }
dirs = "6.0"
cef = "=139.0.1"
cef-dll-sys = "=139.0.1"
cef = "140"
cef-dll-sys = "140"
include_dir = "0.7"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = "0.1"