diff --git a/Cargo.lock b/Cargo.lock index f1c10d3..fa30a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,9 +988,9 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "git2" -version = "0.18.3" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ "bitflags 2.6.0", "libc", @@ -1489,9 +1489,9 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libgit2-sys" -version = "0.16.2+1.7.2" +version = "0.17.0+1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" dependencies = [ "cc", "libc", @@ -2520,9 +2520,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.28.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d75516bdaee8f640543ad1f6e292448c23ce57143f812c3736ab4b0874383df" +checksum = "2311e39772c00391875f40e34d43efef247b23930143a70ca5fbec9505937420" dependencies = [ "const_format", "git2", diff --git a/Cargo.toml b/Cargo.toml index 05312fb..0befc80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ toml_edit = { version = "0.22", features = ["serde"]} sled = "0.34" zeroize = "1.7" clap = { version = "4", features = ["derive", "cargo", "string", "env"] } -shadow-rs = { version = "0.28", default-features = false } +shadow-rs = { version = "0.35", default-features = false } futures = "0.3" ahash = "0.8" @@ -54,7 +54,7 @@ mnemonic-external = { git = "https://github.com/Alzymologist/mnemonic-external" substrate-crypto-light = { git = "https://github.com/Alzymologist/substrate-crypto-light" } [build-dependencies] -shadow-rs = { version = "0.28", default-features = false, features = ["git2"] } +shadow-rs = { version = "0.35", default-features = false, features = ["git2"] } [dev-dependencies] reqwest = { version = "0.12", features = ["json"] }