diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..0dcec9d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-parse" diff --git a/crates/harness/Cargo.toml b/crates/harness/Cargo.toml index 979c4878e..4e411e6ea 100644 --- a/crates/harness/Cargo.toml +++ b/crates/harness/Cargo.toml @@ -12,7 +12,7 @@ glaredb_error = { workspace = true } clap = { workspace = true } escape8259 = "0.5.3" anstream = "0.6.20" -anstyle = "1.0.11" +anstyle = "1.0.13" rand = { workspace = true } [lints]