diff --git a/Cargo.lock b/Cargo.lock index fda9cd1a..db851e0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 4139abac..85ac69ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["chess"] [dependencies] arrayvec = { version = "0.7.3", default-features = false, features = ["std"] } atomic = { version = "0.6.0", default-features = false, features = ["std"] } -anyhow = { version = "1.0.72", default-features = false, features = ["std"] } +anyhow = { version = "1.0.75", default-features = false, features = ["std"] } async-stream = { version = "0.3.5", default-features = false } bitflags = { version = "2.4.0", default-features = false } bytemuck = { version = "1.13.1", default-features = false }