From 34d17a2462a26893e6ff36b97e46a9f8c20c52e1 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 10 Aug 2023 09:15:11 -0400 Subject: [PATCH] Bump steamguard v0.10.3, steamguard-cli v0.10.5 --- 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 173d1b3..5667662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3000,7 +3000,7 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" [[package]] name = "steamguard" -version = "0.10.2" +version = "0.10.3" dependencies = [ "anyhow", "base64", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "steamguard-cli" -version = "0.10.4" +version = "0.10.5" dependencies = [ "aes 0.8.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c03c9d2..7b6427f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["steamguard"] [package] name = "steamguard-cli" -version = "0.10.4" +version = "0.10.5" authors = ["dyc3 (Carson McManus) "] edition = "2018" description = "A command line utility to generate Steam 2FA codes and respond to confirmations." @@ -48,7 +48,7 @@ cookie = "0.14" regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } -steamguard = { version = "^0.10.2", path = "./steamguard" } +steamguard = { version = "^0.10.3", path = "./steamguard" } dirs = "3.0.2" aes = { version = "0.8.3", features = ["zeroize"] } thiserror = "1.0.26" diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index 3f0ad8e..71a2acd 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamguard" -version = "0.10.2" +version = "0.10.3" authors = ["Carson McManus "] edition = "2018" description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."