diff --git a/Cargo.lock b/Cargo.lock index 13f2bc89cd1c..5f7687ffdf2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "ascii_table" diff --git a/Cargo.toml b/Cargo.toml index 5a2d1e82b535..ab038a965908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ biome_ungrammar = { path = "./crates/biome_ungrammar" } tests_macros = { path = "./crates/tests_macros" } # Crates needed in the workspace -anyhow = "1.0.83" +anyhow = "1.0.86" bitflags = "2.5.0" bpaf = { version = "0.9.9", features = ["derive"] } countme = "3.0.1"