diff --git a/Cargo.toml b/Cargo.toml index 0d8ad815..3cd07903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ xkbcommon-dl = { version = "0.4.2", features = ["x11"] } x11-dl = { version = "2.21.0" } calloop = "0.14.4" percent-encoding = "2.3.2" -bytemuck = { version = "1.25.0", features = ["extern_crate_alloc"] } +bytemuck = { version = "1.25.2", features = ["extern_crate_alloc"] } [target.'cfg(target_os="windows")'.dependencies] windows = { version = "0.62.2", features = [ diff --git a/examples/open_window/Cargo.toml b/examples/open_window/Cargo.toml index 34ad3b83..b1ef928e 100644 --- a/examples/open_window/Cargo.toml +++ b/examples/open_window/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] baseview = { path = "../.." } softbuffer = "0.4.8" -rtrb = "0.3.4" +rtrb = "0.4.0" diff --git a/examples/plugin_clack/Cargo.toml b/examples/plugin_clack/Cargo.toml index 32cf7676..67729152 100644 --- a/examples/plugin_clack/Cargo.toml +++ b/examples/plugin_clack/Cargo.toml @@ -11,5 +11,4 @@ clack-plugin = "0.1.1" clack-extensions = { version = "0.1.1", features = ["gui", "state", "clack-plugin", "raw-window-handle_06"] } baseview = { path = "../..", features = ["opengl"] } softbuffer = "0.4.8" -raw-window-handle = "0.6.2" diff --git a/examples/render_femtovg/Cargo.toml b/examples/render_femtovg/Cargo.toml index 72b19485..f45a5bc7 100644 --- a/examples/render_femtovg/Cargo.toml +++ b/examples/render_femtovg/Cargo.toml @@ -6,5 +6,5 @@ publish = false [dependencies] baseview = { path = "../..", features = ["opengl", "tracing"] } -femtovg = "0.25.1" +femtovg = "0.26" tracing-subscriber = { workspace = true } diff --git a/examples/render_wgpu/Cargo.toml b/examples/render_wgpu/Cargo.toml index 1485adb6..e17e600f 100644 --- a/examples/render_wgpu/Cargo.toml +++ b/examples/render_wgpu/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] baseview = { path = "../..", features = ["opengl"] } -wgpu = "30.0.0" +wgpu = "30.0.1" env_logger = "0.11.11" -log = "0.4.33" -pollster = "0.4.0" +log = "0.4.34" +pollster = "1.0.1"