From 1e30f25caf8dda73fe2eace74ef0423b90f2b353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:05:46 +0000 Subject: [PATCH] Update Rust crate sta-rs to 0.3.0 --- Cargo.lock | 18 ++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9d394a..f0ba1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ "sentry", "serde", "serde_json", - "sta-rs", + "sta-rs 0.3.0", "star-constellation", "time", "tokio", @@ -2441,6 +2441,20 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sta-rs" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7690c478e6f02fa258da818b1274b7ddf91abe772001b807d7c5113e1ce48e27" +dependencies = [ + "adss", + "ppoprf", + "rand", + "rand_core", + "strobe-rs", + "zeroize", +] + [[package]] name = "star-constellation" version = "0.2.2" @@ -2453,7 +2467,7 @@ dependencies = [ "rand", "serde", "serde_json", - "sta-rs", + "sta-rs 0.2.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ebfe7c9..069dc4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] star-constellation = "0.2.2" -sta-rs = "0.2.2" +sta-rs = "0.3.0" actix-web = "4" env_logger = "0.10" log = "0.4"