From d59fd3f46bcc31ed1b1bfbf36f6111d55ca93192 Mon Sep 17 00:00:00 2001 From: Edgar Geier Date: Mon, 6 Mar 2023 22:43:25 +0100 Subject: [PATCH] Update example dependencies --- examples/editor-libcosmic/Cargo.toml | 6 +++--- examples/editor-orbclient/Cargo.toml | 4 ++-- examples/editor-test/Cargo.toml | 4 ++-- examples/rich-text/Cargo.toml | 4 ++-- examples/terminal/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/editor-libcosmic/Cargo.toml b/examples/editor-libcosmic/Cargo.toml index 3db022c..004e524 100644 --- a/examples/editor-libcosmic/Cargo.toml +++ b/examples/editor-libcosmic/Cargo.toml @@ -8,8 +8,8 @@ publish = false [dependencies] cosmic-text = { path = "../../", features = ["syntect"] } -env_logger = "0.9" -fontdb = "0.9" +env_logger = "0.10" +fontdb = "0.13" lazy_static = "1.4" log = "0.4" @@ -21,7 +21,7 @@ features = ["wgpu", "winit"] #path = "../../../libcosmic" [dependencies.rfd] -version = "0.10" +version = "0.11" #TODO: iced portal #default-features = false #features = ["xdg-portal"] diff --git a/examples/editor-orbclient/Cargo.toml b/examples/editor-orbclient/Cargo.toml index 349e529..d54d4e5 100644 --- a/examples/editor-orbclient/Cargo.toml +++ b/examples/editor-orbclient/Cargo.toml @@ -8,8 +8,8 @@ publish = false [dependencies] cosmic-text = { path = "../..", features = ["syntect"] } -env_logger = "0.9" -fontdb = "0.9" +env_logger = "0.10" +fontdb = "0.13" log = "0.4" orbclient = "0.3.35" unicode-segmentation = "1.7" diff --git a/examples/editor-test/Cargo.toml b/examples/editor-test/Cargo.toml index f0ed9ce..14fe57d 100644 --- a/examples/editor-test/Cargo.toml +++ b/examples/editor-test/Cargo.toml @@ -8,8 +8,8 @@ publish = false [dependencies] cosmic-text = { path = "../../" } -env_logger = "0.9" -fontdb = "0.9" +env_logger = "0.10" +fontdb = "0.13" log = "0.4" orbclient = "0.3.35" unicode-segmentation = "1.7" diff --git a/examples/rich-text/Cargo.toml b/examples/rich-text/Cargo.toml index 6b4a4e2..e3a81a6 100644 --- a/examples/rich-text/Cargo.toml +++ b/examples/rich-text/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] cosmic-text = { path = "../../" } -env_logger = "0.9" -fontdb = "0.9" +env_logger = "0.10" +fontdb = "0.13" log = "0.4" orbclient = "0.3.35" diff --git a/examples/terminal/Cargo.toml b/examples/terminal/Cargo.toml index 7eacfb3..57327d8 100644 --- a/examples/terminal/Cargo.toml +++ b/examples/terminal/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] cosmic-text = { path = "../../" } -env_logger = "0.9" -fontdb = "0.9" +env_logger = "0.10" +fontdb = "0.13" log = "0.4" termion = "2.0"