From e4eabdcdd3e952693d9a1f9021744e9ebee4968a Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 22 Jun 2023 17:01:58 -0400 Subject: [PATCH] Bump steamguard v0.8.0, steamguard-cli v0.8.0, safety bump steamguard-cli v0.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- steamguard/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f341d54..f094763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2035,7 +2035,7 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" [[package]] name = "steamguard" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "base64", @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "steamguard-cli" -version = "0.7.1" +version = "0.8.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4f303c6..84f1398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "steamguard-cli" -version = "0.7.1" +version = "0.8.0" authors = ["dyc3 (Carson McManus) "] edition = "2018" description = "A command line utility to generate Steam 2FA codes and respond to confirmations." @@ -45,7 +45,7 @@ cookie = "0.14" regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } -steamguard = { version = "^0.7.1", path = "./steamguard" } +steamguard = { version = "^0.8.0", path = "./steamguard" } dirs = "3.0.2" ring = "0.16.20" aes = "0.7.4" diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index e8a5bfb..11388a1 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamguard" -version = "0.7.1" +version = "0.8.0" authors = ["Carson McManus "] edition = "2018" description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."