diff --git a/Cargo.lock b/Cargo.lock index d4a298b..c40b89e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.84" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b8795de6d09abb2b178fa5a9e3bb10da935750f33449a132b328b9391b2c6a" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arboard" diff --git a/Cargo.toml b/Cargo.toml index 57350fc..84243a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rfd = "0.14.1" bot = { path = "bot" } serde_json = "1.0.116" log = "0.4.21" -anyhow = "1.0.84" +anyhow = "1.0.86" rayon = "1.10.0" egui_extras = { version = "0.27.2", features = ["image"] } rustmatica = "0.2.0" diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 59823e5..d58820e 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.84" +anyhow = "1.0.86" bincode = "1.3.3" byteorder = "1.5.0" chrono = "0.4.38"