diff --git a/Cargo.lock b/Cargo.lock index bbc893e..159acd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "bumpalo" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c764d619ca78fccbf3069b37bd7af92577f044bb15236036662d79b6559f25b7" +checksum = "a3b1be7772ee4501dba05acbe66bb1e8760f6a6c474a36035631638e4415f130" [[package]] name = "bytes" @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "fltk" -version = "1.4.24" +version = "1.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26cb7f1038a3d80444ebabb2e53f2c403a2953fa8accdc18a90521ce4215ff0d" +checksum = "59fa214b5ad440215f11c6099697c7118c63c08c140636b405d6a14712640491" dependencies = [ "bitflags 2.4.2", "crossbeam-channel", @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "fltk-sys" -version = "1.4.23" +version = "1.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6992c4fcc7b748fbeca0a771ba941cfb09e5edfe5d41df19e421c00cd2aefd1d" +checksum = "e0af8e28f3915d1362de406f05f5b917d5ce678e818ee403b32edc18fc25708b" dependencies = [ "cmake", ] diff --git a/Cargo.toml b/Cargo.toml index 77a968b..f3578c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,14 +69,14 @@ ureq = { version = "2.9.6", default-features = false, features = [ url = "2.5.0" xml-rs = "0.8.19" [target.'cfg(windows)'.dependencies] -fltk = { version = "1.4.24", features = ["use-ninja"], optional = true } +fltk = { version = "1.4.25", features = ["use-ninja"], optional = true } windows = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_System_Threading", ] } winres = "0.1.12" [target.'cfg(unix)'.dependencies] -fltk = { version = "1.4.24", features = ["use-ninja"], optional = true } +fltk = { version = "1.4.25", features = ["use-ninja"], optional = true } libc = "0.2.153" [patch.crates-io]