diff --git a/KubeOS-Rust/Cargo.lock b/KubeOS-Rust/Cargo.lock index 4b7fc12d450b4cdb7eb3124e3bf578b99243d878..20873396809764db90c96c559223bcbed01172e9 100644 --- a/KubeOS-Rust/Cargo.lock +++ b/KubeOS-Rust/Cargo.lock @@ -199,16 +199,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "colored" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" -dependencies = [ - "lazy_static", - "windows-sys", -] - [[package]] name = "core-foundation" version = "0.9.3" @@ -1209,7 +1199,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9" dependencies = [ "assert-json-diff", - "colored", "httparse", "lazy_static", "log", diff --git a/KubeOS-Rust/manager/Cargo.toml b/KubeOS-Rust/manager/Cargo.toml index 40672cccae038ee017d4f7ce9897c871e3edc5c0..9431fba9dc603f494273fcbcad82d0adef6cefb9 100644 --- a/KubeOS-Rust/manager/Cargo.toml +++ b/KubeOS-Rust/manager/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] mockall = { version = "=0.11.3" } -mockito = { version = "0.31.1" } +mockito = { version = "0.31.1", default-features = false } predicates = { version = "=2.0.1" } tempfile = { version = "3.6.0" }