Desktop: Update CEF to 139.0.1 (#3046)

Update cef to 139.0.1

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2025-08-13 12:55:42 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 6c3b7b23c5
commit 2995113b39
3 changed files with 10 additions and 9 deletions
Generated
+5 -4
View File
@@ -684,19 +684,20 @@ dependencies = [
[[package]]
name = "cef"
version = "138.5.0+138.0.26"
version = "139.0.1+139.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bfa138b538b29584b02e990a631ef44261d9a70d35a77ce4ef624410046fe91"
checksum = "39b749cfc4124f9505b3fbe32279c0e93f30831f1ecf3c2cf85863179319cd7b"
dependencies = [
"cef-dll-sys",
"libloading",
"windows-sys 0.60.2",
]
[[package]]
name = "cef-dll-sys"
version = "138.5.0+138.0.26"
version = "139.0.1+139.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658450855d0ef25af50420b95fbdfacb5df17c7eb20a1615ec995470c26ed643"
checksum = "fc42adb0adc477860b705e967d9f899be05ba3775fe4d6dc4d844a1391ffa3dd"
dependencies = [
"anyhow",
"cmake",