diff --git a/Cargo.lock b/Cargo.lock index a360a90..196c4dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,18 +686,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", diff --git a/yari-sys/Cargo.toml b/yari-sys/Cargo.toml index 6b0532c..efcb3cb 100644 --- a/yari-sys/Cargo.toml +++ b/yari-sys/Cargo.toml @@ -11,7 +11,7 @@ include = ["LICENSE-THIRD-PARTY"] log = "0.4.21" nom = "7.1.3" regex = "1.10.3" -thiserror = "1.0.57" +thiserror = "1.0.59" lazy_static = "1.4.0" [build-dependencies]