diff --git a/Cargo.lock b/Cargo.lock index cb4330cf..887fbcd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,18 +1679,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/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index 57884141..6edd5412 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -14,7 +14,7 @@ bytes = { version = "1.7.1", default-features = false } futures-util = { version = "0.3.30", default-features = false } prost = "0.13.3" reqwest = { version = "0.12.7", features = [ "gzip", "deflate", "stream" ], default-features = false } -thiserror = "1.0.63" +thiserror = "1.0.64" tokio = { version = "1.40.0", default-features = false } tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false } diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index 733f2052..8a213c93 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -9,7 +9,7 @@ once_cell = "1.20.1" regex = "1.11.0" reqwest = { version = "0.12.7", default-features = false } scraper = { version = "0.20.0", default-features = false } -thiserror = "1.0.63" +thiserror = "1.0.64" time = { version = "0.3.36", features = [ "parsing", "macros" ] } tokio = { version = "1.40.0", features = [ "rt" ] } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index 9f200a62..5dd1e544 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12.7", default-features = false, features = [ "cookies" scraper = { version = "0.20.0", default-features = false } serde = { version = "1.0.210", features = [ "derive" ] } serde_json = "1.0.127" -thiserror = "1.0.63" +thiserror = "1.0.64" tokio = { version = "1.40.0", features = [ "time" ] } [dev-dependencies]