~quf/no-cutscene-kiseki

36d13bd02cdaa4acf4acce613f9d921c43b0c192 — Lukas Himbert 1 year, 5 months ago dc4c5dd
update deps
2 files changed, 30 insertions(+), 67 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +29 -64
@@ 3,22 3,18 @@
version = 3

[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"

[[package]]
name = "anyhow"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"

[[package]]
name = "atty"
version = "0.2.14"
source = "git+https://github.com/softprops/atty.git?rev=6633c0e1446aa19e6cd00e00e39770da43081bda#6633c0e1446aa19e6cd00e00e39770da43081bda"
dependencies = [
 "hermit-abi",
 "libc",
 "winapi",
]

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"


@@ 26,9 22,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.0.2"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"

[[package]]
name = "blake2"


@@ 62,9 58,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "clap"
version = "4.2.1"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62"
dependencies = [
 "clap_builder",
 "clap_derive",


@@ 73,10 69,11 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.2.1"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749"
dependencies = [
 "anstyle",
 "bitflags 1.3.2",
 "clap_lex",
]


@@ 110,9 107,9 @@ dependencies = [

[[package]]
name = "crossbeam-channel"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
 "cfg-if",
 "crossbeam-utils",


@@ 138,6 135,12 @@ dependencies = [
]

[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"

[[package]]
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"


@@ 150,11 153,11 @@ dependencies = [

[[package]]
name = "fltk"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4670a59cce3acb71ee49bbda4d424e5856ddb496f35e29ffe3c9f387f9d2dd6c"
checksum = "80e46e853afdd96fcf53086320813a532e17298b80a7abb94540c75518219eba"
dependencies = [
 "bitflags 2.0.2",
 "bitflags 2.2.1",
 "crossbeam-channel",
 "fltk-sys",
 "paste",


@@ 163,11 166,12 @@ dependencies = [

[[package]]
name = "fltk-sys"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9df2eb7a127947d0176a7bff2c7ea8d4db91cf674b38bbc6aae0b4e0e103c1f"
checksum = "7292a228e1e0f367389106767940e92461053aa97d44706ff621d9a3cbdb001b"
dependencies = [
 "cmake",
 "cty",
]

[[package]]


@@ 187,36 191,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"

[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
 "libc",
]

[[package]]
name = "hex-literal"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"

[[package]]
name = "libc"
version = "0.2.141"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"

[[package]]
name = "no-cutscene-kiseki"
version = "0.0.3"
dependencies = [
 "anyhow",
 "atty",
 "blake2",
 "clap",
 "fltk",
 "generic-array",
 "hex-literal",
 "windows",
]


@@ 259,9 246,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"

[[package]]
name = "syn"
version = "2.0.14"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf316d5356ed6847742d036f8a39c3b8435cac10bd528a4bd461928a6ab34d5"
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
dependencies = [
 "proc-macro2",
 "quote",


@@ 293,28 280,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

M Cargo.toml => Cargo.toml +1 -3
@@ 10,11 10,9 @@ lto = true
strip = true

[dependencies]
atty = { git = "https://github.com/softprops/atty.git", rev = "6633c0e1446aa19e6cd00e00e39770da43081bda" }
anyhow = "1.0.70"
blake2 = "0.10.5"
clap = { version = "4.1", default-features = false, features = ["std", "derive"] }
fltk = "1.4.0"
generic-array = "0.14.7"
fltk = { version = "1.4.0", features = ["no-images", "fltk-bundled"] }
hex-literal = "0.3.4"
windows = { version = "0.48.0", features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell" ]}