diff --git a/Cargo.lock b/Cargo.lock index aca7dcd9..5f840bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,18 +1617,18 @@ checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index b348ad2b..000fd6fa 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -17,7 +17,7 @@ log.workspace = true rowan.workspace = true rustc-hash.workspace = true syntax = { path = "../syntax" } -thiserror = "1.0.64" +thiserror = "1.0.65" url.workspace = true [dev-dependencies]