diff --git a/Cargo.lock b/Cargo.lock index e16ccdb..67ce097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,9 +238,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "owo-colors" -version = "4.1.0" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" +checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" [[package]] name = "ppv-lite86" diff --git a/Cargo.toml b/Cargo.toml index 224c169..7cb06ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ xxhash-rust = { version = "0.8.13", features = ["xxh3"], optional = true } [dev-dependencies] goldenfile = "1.7.3" newtype-uuid = { version = "1.2.4", features = ["proptest1"] } -owo-colors = "4.1.0" +owo-colors = "4.2.3" pretty_assertions = "1.4.1" proptest = "1.7.0" test-strategy = "0.4.3"