diff --git a/Cargo.lock b/Cargo.lock index cf7a611..6837e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,11 +189,11 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "3.0.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1147,15 +1147,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.60.2" diff --git a/heph/Cargo.toml b/heph/Cargo.toml index 658b70c..e7193a5 100644 --- a/heph/Cargo.toml +++ b/heph/Cargo.toml @@ -13,4 +13,4 @@ clap = { version = "4.5.54", features = ["derive"] } env_logger = "0.11.8" open = "5.3.3" cauldron_game_detection.workspace = true -colored = "3.0.0" +colored = "3.1.1"