From 7b42ff155c73b03f7e58be425f1801a15ce53650 Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Thu, 15 Feb 2024 11:59:47 -0500 Subject: [PATCH] update wsts workspace dependency to v8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1784c93f59..f1d69dc5b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4646,9 +4646,9 @@ dependencies = [ [[package]] name = "wsts" -version = "8.0.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06eee6f3bb38f8c8dca03053572130be2e5006a31dc7e5d8c62e375952b2ff38" +checksum = "467aa8e40ed0277d19922fd0e7357c16552cb900e5138f61a48ac23c4b7878e0" dependencies = [ "aes-gcm 0.10.3", "bs58 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index 3f0924c183..1d447d00c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ # Dependencies we want to keep the same between workspace members [workspace.dependencies] -wsts = { version = "8.0", default-features = false } +wsts = { version = "8.1", default-features = false } ed25519-dalek = { version = "2.1.1", features = ["serde", "rand_core"] } rand_core = "0.6" rand = "0.8"