diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index ff1ce8e5..78e06aee 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -64,7 +64,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "app" -version = "1.0.0-alpha.234" +version = "1.0.0-alpha.238" dependencies = [ "async-trait", "bytes", @@ -88,7 +88,7 @@ dependencies = [ "tauri", "tauri-build", "tauri-plugin-window-state", - "thiserror 2.0.7", + "thiserror 2.0.9", "tokenizer", "tokio", "uuid", @@ -2274,7 +2274,7 @@ dependencies = [ [[package]] name = "opla_core" -version = "1.0.0-alpha.234" +version = "1.0.0-alpha.238" dependencies = [ "anyhow", "serde", @@ -3892,11 +3892,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.9", ] [[package]] @@ -3912,9 +3912,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", @@ -3979,7 +3979,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokenizer" -version = "1.0.0-alpha.234" +version = "1.0.0-alpha.238" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index 42d5a5d7..bf8e80bf 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4.39" serde_with = { version = "3.11.0", features = ["json"] } uuid = { version = "1.11.0", features = ["v4"] } void = "1.0.2" -thiserror = "2.0.7" +thiserror = "2.0.9" eventsource-stream = "0.2.3" futures-util = "0.3.31" tokio = { version = "1.42.0", features = ["sync"] }