diff --git a/Cargo.lock b/Cargo.lock index 896ed10..2a8247f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" diff --git a/mesh_to_sdf_client/Cargo.toml b/mesh_to_sdf_client/Cargo.toml index e1a0690..821ea66 100644 --- a/mesh_to_sdf_client/Cargo.toml +++ b/mesh_to_sdf_client/Cargo.toml @@ -29,7 +29,7 @@ winit_input_helper = "0.16.0" bytemuck = { version = "1.18.0", features = ["derive"] } web-time = "1.1.0" itertools = "0.13.0" -anyhow = "1.0.87" +anyhow = "1.0.89" winit = "0.29.15" glam = { version = "0.29.0", default-features = true, features = [ "bytemuck",