diff --git a/Cargo.lock b/Cargo.lock index 1d8c778..58b86cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,18 +426,18 @@ checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e" [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1bb8eeb..680b03a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pyo3 = { version = "0.19.0", features = ["abi3-py38", "extension-module"] } rayon = "1.5.1" tree-sitter = "0.20.8" tree-sitter-jinja2 = { git = "https://github.com/dbt-labs/tree-sitter-jinja2", tag = "v0.2.0" } -thiserror = "1.0.25" +thiserror = "1.0.50" [dev-dependencies] quickcheck = "1"