diff --git a/Cargo.lock b/Cargo.lock index a6f5179..3e2d3c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ version = "0.37.3+1.3.251" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" dependencies = [ - "libloading 0.7.4", + "libloading", ] [[package]] @@ -104,17 +104,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.1.0" @@ -492,7 +481,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759" dependencies = [ "bitflags 1.3.2", - "libloading 0.7.4", + "libloading", "winapi", ] @@ -560,7 +549,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.0", + "libloading", ] [[package]] @@ -591,12 +580,12 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "env_logger" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" +checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" dependencies = [ - "atty", "humantime", + "is-terminal", "log", "regex", "termcolor", @@ -973,15 +962,6 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.2" @@ -1087,7 +1067,7 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi", "rustix", "windows-sys 0.48.0", ] @@ -1138,7 +1118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" dependencies = [ "libc", - "libloading 0.7.4", + "libloading", "pkg-config", ] @@ -1170,16 +1150,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "libloading" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "linux-raw-sys" version = "0.4.3" @@ -1488,7 +1458,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi", "libc", ] @@ -2541,7 +2511,7 @@ dependencies = [ "inplace_it", "js-sys", "khronos-egl", - "libloading 0.7.4", + "libloading", "log", "metal", "naga", diff --git a/Cargo.toml b/Cargo.toml index f497704..1748135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,24 +33,24 @@ nightly = [] save = ["tinyfiledialogs", "png", "log"] [dependencies] -futures = { version = "0.3.5", default-features = false, features = ["executor"] } +futures = { version = "0.3.28", default-features = false, features = ["executor"] } glam = ">=0.20.0, <0.22.0" -image = { version = "0.24.1", optional = true, default-features = false } -indexmap = "1.9.1" -log = { version = "0.4.11", optional = true } -png = { version = "0.17.0", optional = true } -raqote = { version = "0.8.0", optional = true, default-features = false } +image = { version = "0.24.6", optional = true, default-features = false } +indexmap = "1.9.3" +log = { version = "0.4.19", optional = true } +png = { version = "0.17.9", optional = true } +raqote = { version = "0.8.2", optional = true, default-features = false } show-image-macros = { version = "=0.12.3", optional = true, path = "show-image-macros" } tch = { version = ">=0.13.0, <0.14.0", optional = true } -tinyfiledialogs = { version = "3.3.9", optional = true } +tinyfiledialogs = { version = "3.9.1", optional = true } wgpu = { version = "0.13.1", features = ["spirv"] } -winit = "0.27.3" +winit = "0.27.5" [dev-dependencies] show-image = { path = ".", features = ["full"] } -assert2 = "0.3.5" -image = { version = "0.24.1", default-features = true } -env_logger = "0.9.0" +assert2 = "0.3.11" +image = { version = "0.24.6", default-features = true } +env_logger = "0.10.0" [build-dependencies] rustc_version = "0.4.0" diff --git a/show-image-macros/Cargo.toml b/show-image-macros/Cargo.toml index f71623b..d4e3e7c 100644 --- a/show-image-macros/Cargo.toml +++ b/show-image-macros/Cargo.toml @@ -14,9 +14,9 @@ authors = ["Maarten de Vries "] proc_macro = true [dependencies] -quote = "1.0.7" -proc-macro2 = "1.0.19" -syn = { version = "1.0.39", features = ["full"] } +quote = "1.0.32" +proc-macro2 = "1.0.66" +syn = { version = "1.0.109", features = ["full"] } [dev-dependencies] show-image = { path = ".." }