diff --git a/Cargo.lock b/Cargo.lock index fb088b2..4036c3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.30.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" +checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf" dependencies = [ "const_format", "git2", diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 837e0f2..b4267ca 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -16,7 +16,7 @@ dlib-support = {path = "../dlib-support/"} railwork = {path = "../railwork/"} clap = { version = "4.5.11", features = ["derive"] } ambassador = "0.4.1" -shadow-rs = "0.30.0" +shadow-rs = "0.33.0" color-eyre = "0.6.3" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" @@ -31,4 +31,4 @@ comfy-table = "7.1.1" tikv-jemallocator = "0.6.0" [build-dependencies] -shadow-rs = "0.30.0" +shadow-rs = "0.33.0"