diff --git a/Cargo.lock b/Cargo.lock index 31215bd..4deaf6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,18 +569,18 @@ version = "0.1.0" [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index 8da2c74..b50f6d7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -17,7 +17,7 @@ rusqlite_migration = { version = "1.2.0", features = ["from-directory"] } seahash = "4.1.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -thiserror = "1.0.59" +thiserror = "1.0.64" winnow = "0.5.34" [dev-dependencies]