diff --git a/Cargo.lock b/Cargo.lock index b3c20f1f..0de47531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1366,18 +1366,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", diff --git a/crates/vbt/Cargo.toml b/crates/vbt/Cargo.toml index 0021bfcb..a9b729b6 100644 --- a/crates/vbt/Cargo.toml +++ b/crates/vbt/Cargo.toml @@ -26,5 +26,5 @@ tokio = { version = "1.41", features = ["full"] } dotenv.workspace = true serde = { version = "1", features = ["derive"] } serde_json = "1" -thiserror = "2.0.2" +thiserror = "2.0.3" lazy_static = "1.5.0"