diff --git a/Cargo.lock b/Cargo.lock index ce06a08..873852b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ "sentry", "serde", "serde_json", - "sta-rs 0.3.0", + "sta-rs", "star-constellation", "time", "tokio", @@ -2425,20 +2425,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "sta-rs" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eafa25c94ddb02f8e90d57f66d39f1e3bb4f0857344b5e53b2254ea25764484b" -dependencies = [ - "adss", - "ppoprf", - "rand", - "rand_core", - "strobe-rs", - "zeroize", -] - [[package]] name = "sta-rs" version = "0.3.0" @@ -2455,9 +2441,9 @@ dependencies = [ [[package]] name = "star-constellation" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64f81659cf6563195cb620acdf361323fff1ac6271ae3c38368aab83e5384301" +checksum = "e8cdb01f4d4ca4e96957570c6abf45d57de3143a94ff97082d1aae5e6f73802c" dependencies = [ "bincode", "lazy_static", @@ -2465,7 +2451,7 @@ dependencies = [ "rand", "serde", "serde_json", - "sta-rs 0.2.2", + "sta-rs", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f587f31..566dea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0" edition = "2021" [dependencies] -star-constellation = "0.2.2" +star-constellation = "0.2.3" sta-rs = "0.3.0" actix-web = "4" env_logger = "0.10"