From e1a27e8b2311acdb6c875728829a669c7e9dbd1e Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 9 Jul 2023 11:07:02 -0400 Subject: [PATCH] fix dependency thing --- steamguard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index d356dc6..d5a9f2d 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -29,7 +29,7 @@ scraper = "0.12.0" maplit = "1.0.2" thiserror = "1.0.26" secrecy = { version = "0.8", features = ["serde"] } -zeroize = "^1.4.3" +zeroize = { version = "^1.6.0", features = ["std", "zeroize_derive"] } protobuf = "3.2.0" protobuf-json-mapping = "3.2.0" hmac-sha256 = "1.1.7"