diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fb6b14fc..e785bee4 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -539,12 +539,11 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "colored" -version = "2.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/rust/integration_test/Cargo.toml b/rust/integration_test/Cargo.toml index e20e28f5..7a02ccd7 100644 --- a/rust/integration_test/Cargo.toml +++ b/rust/integration_test/Cargo.toml @@ -17,4 +17,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" curve25519-dalek = { version = "4.1.3", features = ["rand_core", "serde"]} ed25519-dalek = { version = "2.1.1", features = ["rand_core", "serde"]} -colored = "2.1.0" +colored = "3.1.1"