diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b3bab109..cc34c922 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1480,7 +1480,7 @@ dependencies = [ "rand", "serde", "serde_json", - "thiserror 2.0.0", + "thiserror 2.0.3", "tokio", ] @@ -2039,11 +2039,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.0" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ - "thiserror-impl 2.0.0", + "thiserror-impl 2.0.3", ] [[package]] @@ -2059,9 +2059,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.0" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a7ef0359..29c84f0f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -27,7 +27,7 @@ dirs = "5.0.1" rand = "0.8.5" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -thiserror = "2.0.0" +thiserror = "2.0.3" tokio = { version = "1.41.0", features = ["full"] } [[bin]]