diff --git a/Cargo.toml b/Cargo.toml index 9e28513..d24225c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "143.7.1+143.0.14" +version = "144.0.0+144.0.6" edition = "2021" license = "Apache-2.0 OR MIT" authors = [ @@ -24,7 +24,7 @@ repository = "https://github.com/tauri-apps/cef-rs" [workspace.dependencies] cef = { path = "cef", default-features = false } -cef-dll-sys = { version = "143.7.1", path = "sys" } +cef-dll-sys = { version = "144.0.0", path = "sys" } download-cef = { version = "2.3", path = "download-cef" } anyhow = "1"