From 8af34af424040521c4b3afeefe1754b685ccd3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 01:06:31 +0000 Subject: [PATCH] Bump the rust-updates group across 1 directory with 7 updates Bumps the rust-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [winit](https://github.com/rust-windowing/winit) | `0.30.11` | `0.30.12` | | [ron](https://github.com/ron-rs/ron) | `0.8.1` | `0.10.1` | | [postcard](https://github.com/jamesmunns/postcard) | `1.1.2` | `1.1.3` | | [egui_extras](https://github.com/emilk/egui) | `0.31.1` | `0.32.0` | | [egui_plot](https://github.com/emilk/egui_plot) | `0.32.1` | `0.33.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [rstest](https://github.com/la10736/rstest) | `0.25.0` | `0.26.1` | Updates `winit` from 0.30.11 to 0.30.12 - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.30.11...v0.30.12) Updates `ron` from 0.8.1 to 0.10.1 - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/compare/v0.8.1...v0.10.1) Updates `postcard` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](https://github.com/jamesmunns/postcard/compare/postcard/v1.1.2...postcard/v1.1.3) Updates `egui_extras` from 0.31.1 to 0.32.0 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.31.1...0.32.0) Updates `egui_plot` from 0.32.1 to 0.33.0 - [Release notes](https://github.com/emilk/egui_plot/releases) - [Changelog](https://github.com/emilk/egui_plot/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui_plot/compare/0.32.1...0.33.0) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...rand_core-0.9.2) Updates `rstest` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: ron dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: postcard dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: egui_extras dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: egui_plot dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 154 ++++++++++++++++++++++++++++++++--------------------- Cargo.toml | 14 ++--- 2 files changed, 101 insertions(+), 67 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd053c3..b32d80f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,12 +561,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -1189,10 +1183,19 @@ version = "0.31.1" source = "git+https://github.com/BloodStainedCrow/egui?branch=removeProfiling#4e11a02615078f509d9acc474ae13a66b411eaf7" dependencies = [ "bytemuck", - "emath 0.31.1 (git+https://github.com/BloodStainedCrow/egui?branch=removeProfiling)", + "emath 0.31.1", "serde", ] +[[package]] +name = "ecolor" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a631732d995184114016fab22fc7e3faf73d6841c2d7650395fe251fbcd9285" +dependencies = [ + "emath 0.32.0", +] + [[package]] name = "eframe" version = "0.31.1" @@ -1201,7 +1204,7 @@ dependencies = [ "ahash", "bytemuck", "document-features", - "egui", + "egui 0.31.1", "egui-wgpu", "egui-winit", "egui_glow", @@ -1238,16 +1241,32 @@ dependencies = [ "accesskit", "ahash", "bitflags 2.9.1", - "emath 0.31.1 (git+https://github.com/BloodStainedCrow/egui?branch=removeProfiling)", - "epaint", + "emath 0.31.1", + "epaint 0.31.1", "log", "nohash-hasher", "profiling", - "ron 0.10.1", + "ron", "serde", "unicode-segmentation", ] +[[package]] +name = "egui" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8470210c95a42cc985d9ffebfd5067eea55bdb1c3f7611484907db9639675e28" +dependencies = [ + "ahash", + "bitflags 2.9.1", + "emath 0.32.0", + "epaint 0.32.0", + "nohash-hasher", + "profiling", + "smallvec", + "unicode-segmentation", +] + [[package]] name = "egui-wgpu" version = "0.31.1" @@ -1256,8 +1275,8 @@ dependencies = [ "ahash", "bytemuck", "document-features", - "egui", - "epaint", + "egui 0.31.1", + "epaint 0.31.1", "log", "profiling", "thiserror 1.0.69", @@ -1276,7 +1295,7 @@ dependencies = [ "ahash", "arboard", "bytemuck", - "egui", + "egui 0.31.1", "log", "profiling", "raw-window-handle", @@ -1293,14 +1312,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624659a2e972a46f4d5f646557906c55f1cd5a0836eddbe610fdf1afba1b4226" dependencies = [ "ahash", - "egui", + "egui 0.31.1", "enum-map", "log", - "mime_guess2", "profiling", "serde", ] +[[package]] +name = "egui_extras" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f791a5937f518249016b276b3639ad2aa3824048b6f2161ec2b431ab325880a" +dependencies = [ + "ahash", + "egui 0.32.0", + "enum-map", + "log", + "mime_guess2", + "profiling", +] + [[package]] name = "egui_glow" version = "0.31.1" @@ -1308,7 +1340,7 @@ source = "git+https://github.com/BloodStainedCrow/egui?branch=removeProfiling#4e dependencies = [ "ahash", "bytemuck", - "egui", + "egui 0.31.1", "glow", "log", "memoffset", @@ -1324,7 +1356,7 @@ version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4779b6849bda09572523f4dedbfbf80179253f801f4eb1aaa0ef231894634ba6" dependencies = [ - "egui", + "egui 0.31.1", "petgraph", "rand 0.9.2", "serde", @@ -1332,13 +1364,13 @@ dependencies = [ [[package]] name = "egui_plot" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14ae092b46ea532f6c69d3e71036fb3b688fd00fd09c2a1e43d17051a8ae43e6" +checksum = "524318041a8ea90c81c738e8985f8ad9e3f9bed636b03c2ff37b218113ed5121" dependencies = [ "ahash", - "egui", - "emath 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "egui 0.32.0", + "emath 0.32.0", ] [[package]] @@ -1347,12 +1379,6 @@ version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" -[[package]] -name = "emath" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b" - [[package]] name = "emath" version = "0.31.1" @@ -1362,6 +1388,12 @@ dependencies = [ "serde", ] +[[package]] +name = "emath" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45f057b141e7e46340c321400be74b793543b1b213036f0f989c35d35957c32e" + [[package]] name = "embedded-io" version = "0.4.0" @@ -1441,8 +1473,8 @@ dependencies = [ "ab_glyph", "ahash", "bytemuck", - "ecolor", - "emath 0.31.1 (git+https://github.com/BloodStainedCrow/egui?branch=removeProfiling)", + "ecolor 0.31.1", + "emath 0.31.1", "epaint_default_fonts", "log", "nohash-hasher", @@ -1451,6 +1483,21 @@ dependencies = [ "serde", ] +[[package]] +name = "epaint" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94cca02195f0552c17cabdc02f39aa9ab6fbd815dac60ab1cd3d5b0aa6f9551c" +dependencies = [ + "ab_glyph", + "ahash", + "ecolor 0.32.0", + "emath 0.32.0", + "nohash-hasher", + "parking_lot", + "profiling", +] + [[package]] name = "epaint_default_fonts" version = "0.31.1" @@ -1554,8 +1601,8 @@ dependencies = [ "dhat", "directories", "eframe", - "egui", - "egui_extras", + "egui 0.31.1", + "egui_extras 0.32.0", "egui_graphs", "egui_plot", "enum-map", @@ -1573,10 +1620,10 @@ dependencies = [ "proptest", "puffin", "puffin_egui", - "rand 0.8.5", + "rand 0.9.2", "rayon", "rfd", - "ron 0.8.1", + "ron", "rstest", "serde", "serde_path_to_error", @@ -3343,9 +3390,9 @@ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" [[package]] name = "postcard" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c1de96e20f51df24ca73cafcc4690e044854d803259db27a00a461cb3b9d17a" +checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" dependencies = [ "cobs", "embedded-io 0.4.0", @@ -3495,8 +3542,8 @@ name = "puffin_egui" version = "0.29.1" source = "git+https://github.com/BloodStainedCrow/puffin#a3f7ff67ec940258ca010609b256d4126e560002" dependencies = [ - "egui", - "egui_extras", + "egui 0.31.1", + "egui_extras 0.31.1", "indexmap", "natord", "once_cell", @@ -3844,25 +3891,13 @@ dependencies = [ "bytemuck", ] -[[package]] -name = "ron" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" -dependencies = [ - "base64 0.21.7", - "bitflags 2.9.1", - "serde", - "serde_derive", -] - [[package]] name = "ron" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" dependencies = [ - "base64 0.22.1", + "base64", "bitflags 2.9.1", "serde", "serde_derive", @@ -3877,21 +3912,20 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rstest" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d" +checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" dependencies = [ "futures-timer", "futures-util", "rstest_macros", - "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746" +checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if", "glob", @@ -4536,7 +4570,7 @@ version = "0.1.0" source = "git+https://github.com/BloodStainedCrow/tilelib.git#aa44854b8b9c571894a4a83b3ff65aecb6f78614" dependencies = [ "bytemuck", - "egui", + "egui 0.31.1", "egui-wgpu", "image", "itertools 0.14.0", @@ -4827,7 +4861,7 @@ version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" dependencies = [ - "base64 0.22.1", + "base64", "data-url", "flate2", "fontdb", @@ -5791,9 +5825,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winit" -version = "0.30.11" +version = "0.30.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4409c10174df8779dc29a4788cac85ed84024ccbc1743b776b21a520ee1aaf4" +checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" dependencies = [ "ahash", "android-activity", diff --git a/Cargo.toml b/Cargo.toml index 7d1c407..ed6f9c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.85" [dependencies] enum-map = { version = "2.7.3", features = ["serde"] } proptest = "1.4.0" -winit = "0.30.8" +winit = "0.30.12" tilelib = { git = "https://github.com/BloodStainedCrow/tilelib.git" } spin_sleep_util = "0.1.1" image = "0.25.5" @@ -17,7 +17,7 @@ simple_logger = "5.0.0" rayon = "1.10.0" serde = { version = "1.0.217", features = ["derive"] } directories = "6.0.0" -ron = "0.8.1" +ron = "0.10.1" take_mut = "0.2.2" static_assertions = "1.1.0" itertools = "0.14.0" @@ -25,19 +25,19 @@ genawaiter = "0.99.1" petgraph = { version = "0.8.2", features = ["rayon", "serde", "serde-1", "serde_derive"] } sha2 = "0.10.8" hex = "0.4.3" -postcard = { version = "1.1.1", features = ["use-std"] } +postcard = { version = "1.1.3", features = ["use-std"] } charts-rs = { version = "0.3.20", features = ["resvg"] } strum = { version = "0.27.1", features = ["derive"] } bitvec = "1.0.1" bimap = { version = "0.6.3", features = ["serde"] } eframe = { version = "0.31.1", features = ["wgpu"] } -egui_extras = "0.31.1" -egui_plot = "0.32.1" -rand = "0.8.5" +egui_extras = "0.32.0" +egui_plot = "0.33.0" +rand = "0.9.2" bitcode = { version = "0.6.6", features = ["serde"] } egui = { version = "0.31.1", features = ["serde"] } flate2 = {version = "1.1.1", features = ["zlib-rs"]} -rstest = "0.25.0" +rstest = "0.26.1" parking_lot = { version = "0.12.3", features = ["serde"] } profiling = { version = "1.0.16" } puffin_egui = "0.29"