diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ad70faa96..4fe8b5c8a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "apple-client-ffi" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 70afdf7d6..0f665be5c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -41,7 +41,7 @@ edition = "2024" [workspace.dependencies] admx-macro = { path = "gui-client/src-admx-macro" } -anyhow = "1.0.98" +anyhow = "1.0.99" apple-client-ffi = { path = "apple-client-ffi" } arbitrary = "1.4.2" arboard = { version = "3.6.0", default-features = false }