diff --git a/Cargo.lock b/Cargo.lock index 21d6044..416e7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,11 +208,10 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "colored" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", "windows-sys 0.52.0", ] @@ -622,12 +621,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - [[package]] name = "libc" version = "0.2.169" diff --git a/Cargo.toml b/Cargo.toml index ba78160..982c94a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ piechart = "1.0.0" time = "0.3.37" chrono = "0.4.39" sled = "0.34.7" -colored = "2.2.0" +colored = "3.0.0" confy = { version = "0.6.1", features = ["yaml_conf"], default-features = false } \ No newline at end of file