diff --git a/Cargo.lock b/Cargo.lock index 08ee6dd73..9d6e1e053 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index cd25ff1a4..e16b001e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ derive_more = "0.99" lazy_static = "1.4" regex = "1" ureq = "2.9.6" -anyhow = "1.0.79" +anyhow = "1.0.81" walkdir = "2.5" clap = { version = "4.5.2", features = ["derive"] } simple_logger = "4.2.0" diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 6d5af887e..3439cadf0 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -16,4 +16,4 @@ wildmatch = "2.2.0" log = "0.4.21" testing_logger = "0.1.1" url = "2.5.0" -anyhow = "1.0.80" +anyhow = "1.0.81" diff --git a/crates/gosub_css3/Cargo.toml b/crates/gosub_css3/Cargo.toml index ac23f42f1..20d1c699c 100644 --- a/crates/gosub_css3/Cargo.toml +++ b/crates/gosub_css3/Cargo.toml @@ -10,4 +10,4 @@ gosub_shared = { path = "../gosub_shared", features = [] } lazy_static = "1.4" log = "0.4.21" simple_logger = "4.2.0" -anyhow = { version = "1.0.80", features = [] } +anyhow = { version = "1.0.81", features = [] } diff --git a/crates/gosub_net/Cargo.toml b/crates/gosub_net/Cargo.toml index 6c536288f..b11ac6c30 100644 --- a/crates/gosub_net/Cargo.toml +++ b/crates/gosub_net/Cargo.toml @@ -11,7 +11,7 @@ gosub_config = { path = "../gosub_config", features = [] } derive_more = "0.99" thiserror = "1.0.57" ureq = "2.9.5" -anyhow = "1.0.79" +anyhow = "1.0.81" log = "0.4.21" domain-lookup-tree = "0.1" hickory-resolver = "0.24.0" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index e9ab8802c..6013b0f85 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" chardet = "0.2.4" thiserror = "1.0.57" url = "2.5.0" -anyhow = "1.0.80" +anyhow = "1.0.81" lazy_static = "1.4.0" uuid = { version = "1.7.0", features = ["v4"] } rand = "0.9.0-alpha.0" diff --git a/crates/gosub_styling/Cargo.toml b/crates/gosub_styling/Cargo.toml index 721e19cc8..73252b335 100644 --- a/crates/gosub_styling/Cargo.toml +++ b/crates/gosub_styling/Cargo.toml @@ -10,5 +10,5 @@ gosub_shared = { path = "../gosub_shared" } gosub_css3 = { path = "../gosub_css3" } gosub_html5 = { path = "../gosub_html5" } lazy_static = "1.4" -anyhow = "1.0.80" +anyhow = "1.0.81" regex = "1.10.3" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 8d1e6b4e1..e7bf5d331 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -12,5 +12,5 @@ gosub_shared = { path = "../gosub_shared" } gosub_webexecutor = { path = "../gosub_webexecutor" } thiserror = "1.0.57" v8 = "0.84.0" -anyhow = "1.0.80" +anyhow = "1.0.81" serde_json = "1.0.114" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 88447dde6..333fa7999 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -12,7 +12,7 @@ derive_more = "0.99" lazy_static = "1.4" thiserror = "1.0.57" v8 = "0.85.0" -anyhow = "1.0.80" +anyhow = "1.0.81" paste = "1.0.14" [dev-dependencies]