diff --git a/Cargo.lock b/Cargo.lock index 4d6dc016..3e953cac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,9 +41,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-compression" diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index 90d48845..3d301264 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.40.0", default-features = false } tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false } # Optional -anyhow = { version = "1.0.86", optional = true } +anyhow = { version = "1.0.89", optional = true } prost-build = { version = "0.13.1", optional = true } [dev-dependencies] diff --git a/shift-client-cli/Cargo.toml b/shift-client-cli/Cargo.toml index 416d288f..bbc352ed 100644 --- a/shift-client-cli/Cargo.toml +++ b/shift-client-cli/Cargo.toml @@ -9,7 +9,7 @@ name = "shift-client" path = "src/main.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" reqwest = { version = "0.12.7", default-features = false } shift-client = { version = "0.0.0", path = "../shift-client" } shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" }