diff --git a/Cargo.lock b/Cargo.lock index 8e7a76e..d8c64a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,9 +1241,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72d18183cef626bce22836103349c7050d73db799be0171386b80947d157ae32" +checksum = "9b6fc9c7545235794143a8a63c1388de47039e859b90973cdc69be3649350d0d" dependencies = [ "const_format", "git2", diff --git a/compiler/lunc/Cargo.toml b/compiler/lunc/Cargo.toml index 81bfaf0..8303667 100644 --- a/compiler/lunc/Cargo.toml +++ b/compiler/lunc/Cargo.toml @@ -23,7 +23,7 @@ thiserror = { workspace = true } termcolor = { workspace = true } clap = { workspace = true } humantime = { workspace = true } -shadow-rs = "1.4.0" +shadow-rs = "1.6.0" [build-dependencies] -shadow-rs = "1.4.0" +shadow-rs = "1.6.0"