From 9af3391d83f3f70ff57e580a08917093c35e3ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:13:48 +0000 Subject: [PATCH] chore(deps): bump epaint from `60e407e` to `bdeace6` Bumps [epaint](https://github.com/yusdacra/egui) from `60e407e` to `bdeace6`. - [Release notes](https://github.com/yusdacra/egui/releases) - [Commits](https://github.com/yusdacra/egui/compare/60e407e74b3f95b5acf4b89dec36a964978a6b16...bdeace602a7e489383983b0bfe4e21e19bba95e8) --- updated-dependencies: - dependency-name: epaint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 89 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 70 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb2e886..9dbfbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,6 +332,12 @@ version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + [[package]] name = "cfb" version = "0.4.0" @@ -446,6 +452,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" +[[package]] +name = "combine" +version = "4.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "concurrent-queue" version = "1.2.2" @@ -790,8 +806,8 @@ checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946" [[package]] name = "eframe" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "egui", "egui-winit", @@ -802,8 +818,8 @@ dependencies = [ [[package]] name = "egui" -version = "0.16.1" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "ahash", "epaint", @@ -814,22 +830,22 @@ dependencies = [ [[package]] name = "egui-winit" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "copypasta", "egui", "epi", "instant", "tracing", - "webbrowser", + "webbrowser 0.6.0", "winit", ] [[package]] name = "egui_glow" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "bytemuck", "egui", @@ -845,14 +861,15 @@ dependencies = [ [[package]] name = "egui_web" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "bytemuck", "egui", "egui_glow", "epi", "js-sys", + "percent-encoding", "tracing", "wasm-bindgen", "wasm-bindgen-futures", @@ -867,8 +884,8 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "emath" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "bytemuck", "serde", @@ -906,8 +923,8 @@ dependencies = [ [[package]] name = "epaint" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "ab_glyph", "ahash", @@ -920,8 +937,8 @@ dependencies = [ [[package]] name = "epi" -version = "0.16.0" -source = "git+https://github.com/yusdacra/egui.git?branch=loqui#60e407e74b3f95b5acf4b89dec36a964978a6b16" +version = "0.17.0" +source = "git+https://github.com/yusdacra/egui.git?branch=loqui#bdeace602a7e489383983b0bfe4e21e19bba95e8" dependencies = [ "egui", "tracing", @@ -1580,6 +1597,20 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" +[[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +dependencies = [ + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", +] + [[package]] name = "jni-sys" version = "0.3.0" @@ -1694,7 +1725,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webbrowser", + "webbrowser 0.5.5", ] [[package]] @@ -3602,7 +3633,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a" dependencies = [ "web-sys", - "widestring", + "widestring 0.4.3", + "winapi", +] + +[[package]] +name = "webbrowser" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9c28b6b6a78440b02647358625e3febc90724126480b9da6a967b5f674b3554" +dependencies = [ + "jni", + "ndk-glue", + "url", + "web-sys", + "widestring 0.5.1", "winapi", ] @@ -3648,6 +3693,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" +[[package]] +name = "widestring" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" + [[package]] name = "winapi" version = "0.3.9"