Skip to content

Commit df085b5

Browse files
committed
chore: update cef
1 parent ceae8ed commit df085b5

File tree

2 files changed

+26
-52
lines changed

2 files changed

+26
-52
lines changed

Cargo.lock

Lines changed: 24 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ offline-build = []
1313
anyhow = "1.0.98"
1414
ashpd = { version = "0.11.0", features = ["async-std", "raw-window-handle", "raw_handle", "wayland"], default-features = false }
1515
bytes = "1.10.1"
16-
cef = "137.0.1"
17-
cef-dll-sys = "137.0.1"
16+
cef = { version = "138.0.21", git = "https://github.com/Stremio/cef-rs" }
17+
cef-dll-sys = { version = "138.0.21", git = "https://github.com/Stremio/cef-rs" }
1818
clap = { version = "4.5.40", features = ["derive"] }
1919
crossbeam-channel = "0.5.15"
2020
dirs = "6.0.0"

0 commit comments

Comments
 (0)