diff --git a/Cargo.lock b/Cargo.lock index ff7282d5d..010d09610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4553,18 +4553,18 @@ dependencies = [ [[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/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index dcee3a881..db663f8d1 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = {version = "1.0", features = ["preserve_order"]} serde_derive = "1.0" lazy_static = "1.5" -thiserror = "1.0.61" +thiserror = "1.0.64" wildmatch = "2.3.4" log = "0.4.22" testing_logger = "0.1.1" diff --git a/crates/gosub_html5/Cargo.toml b/crates/gosub_html5/Cargo.toml index d398a05ce..25ec4762f 100644 --- a/crates/gosub_html5/Cargo.toml +++ b/crates/gosub_html5/Cargo.toml @@ -11,7 +11,7 @@ gosub_css3 = { path = "../gosub_css3", features = [] } derive_more = { version = "1", features = ["from"] } phf = { version = "0.11.2", features = ["macros"] } lazy_static = "1.5" -thiserror = "1.0.61" +thiserror = "1.0.64" url = { version = "2.5.2", features = [] } log = { version = "0.4.22", features = [] } diff --git a/crates/gosub_net/Cargo.toml b/crates/gosub_net/Cargo.toml index 4e49d105f..96fd94957 100644 --- a/crates/gosub_net/Cargo.toml +++ b/crates/gosub_net/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" gosub_shared = { path = "../gosub_shared", features = [] } gosub_config = { path = "../gosub_config", features = [] } derive_more = { version = "1", features = ["from"] } -thiserror = "1.0.61" +thiserror = "1.0.64" ureq = "2.10.1" anyhow = "1.0.87" log = "0.4.22" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index 7819f7105..ed9b896a1 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] chardet = "0.2.4" -thiserror = "1.0.61" +thiserror = "1.0.64" url = "2.5.2" anyhow = "1.0.87" lazy_static = "1.5.0" diff --git a/crates/gosub_styling/Cargo.toml b/crates/gosub_styling/Cargo.toml index a47671c19..d4a240caa 100644 --- a/crates/gosub_styling/Cargo.toml +++ b/crates/gosub_styling/Cargo.toml @@ -28,5 +28,5 @@ itertools = "0.13.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" memoize = "0.4.2" -thiserror = "1.0.58" +thiserror = "1.0.64" nom = "7.1.3" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 9f8f98eed..32e6b03f0 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" [dependencies] gosub_shared = { path = "../gosub_shared" } gosub_webexecutor = { path = "../gosub_webexecutor" } -thiserror = "1.0.61" +thiserror = "1.0.64" v8 = "0.106.0" anyhow = "1.0.87" serde_json = "1.0.128" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 18b8bf1ad..119a4488c 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" } colored = "2.1.0" derive_more = { version = "1", features = ["from", "display"] } lazy_static = "1.5" -thiserror = "1.0.61" +thiserror = "1.0.64" anyhow = "1.0.87" paste = "1.0.15"