From 741cf517c27582514a23232486e88aedec1e4399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:47:22 +0000 Subject: [PATCH] Bump fltk from 1.4.34 to 1.4.35 Bumps [fltk](https://github.com/fltk-rs/fltk-rs) from 1.4.34 to 1.4.35. - [Release notes](https://github.com/fltk-rs/fltk-rs/releases) - [Changelog](https://github.com/fltk-rs/fltk-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/fltk-rs/fltk-rs/compare/1.4.34...1.4.35) --- updated-dependencies: - dependency-name: fltk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++------ Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cfed13..4fc51ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,6 +175,12 @@ dependencies = [ "cc", ] +[[package]] +name = "cmk" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd5de2a10e31b3ec3e8d75e7ccf8281ab3ee55de68f7ab6ffa9e21be8d82f22" + [[package]] name = "combine" version = "4.6.7" @@ -352,9 +358,9 @@ dependencies = [ [[package]] name = "fltk" -version = "1.4.34" +version = "1.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f81f9ebf85aeaad76e43362cc2bb1d926e5daca1327dc0a094d00c86a95ebb" +checksum = "b01c29354c150d6b80a9ddf3fa5711a359c5de5d035bdb5359880a7e8d2b4024" dependencies = [ "bitflags 2.6.0", "crossbeam-channel", @@ -366,11 +372,12 @@ dependencies = [ [[package]] name = "fltk-sys" -version = "1.4.34" +version = "1.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bbe32c3f9f72469e2cf2a62edc74ef990b81c2caf082f53fd67060ce0c9893" +checksum = "de79eda8e018209b50e62d409e41b68af76ba25162b799a116aec5e9c23d9aa8" dependencies = [ "cmake", + "cmk", ] [[package]] @@ -1191,9 +1198,9 @@ dependencies = [ [[package]] name = "ttf-parser" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" +checksum = "5902c5d130972a0000f60860bfbf46f7ca3db5391eddfedd1b8728bd9dc96c0e" [[package]] name = "unicode-bidi" diff --git a/Cargo.toml b/Cargo.toml index 6c8f030..0a94597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ ureq = { version = "2.10.1", default-features = false, features = [ url = "2.5.2" xml-rs = "0.8.22" [target.'cfg(windows)'.dependencies] -fltk = { version = "1.4.34", features = ["use-ninja"], optional = true } +fltk = { version = "1.4.35", features = ["use-ninja"], optional = true } fltk-theme = { version = "0.7.3", optional = true } windows = { version = "0.58.0", features = [ "Win32_Foundation", @@ -78,7 +78,7 @@ windows = { version = "0.58.0", features = [ ] } winres = "0.1.12" [target.'cfg(unix)'.dependencies] -fltk = { version = "1.4.34", features = ["use-ninja"], optional = true } +fltk = { version = "1.4.35", features = ["use-ninja"], optional = true } fltk-theme = { version = "0.7.3", optional = true } libc = "0.2.161"