From 7b1cd6eedfc139ca87db5d7cdf405bda0895271f Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 19 Dec 2024 08:28:42 -0500 Subject: [PATCH] Bump steamguard v0.15.0, steamguard-cli v0.15.0, safety bump steamguard-cli v0.15.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 f16ccf9..9b96c55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3146,7 +3146,7 @@ dependencies = [ [[package]] name = "steamguard" -version = "0.14.2" +version = "0.15.0" dependencies = [ "anyhow", "base64", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "steamguard-cli" -version = "0.14.2" +version = "0.15.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 88052cb..7025ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["steamguard"] [package] name = "steamguard-cli" -version = "0.14.2" +version = "0.15.0" authors = ["dyc3 (Carson McManus) "] edition = "2021" description = "A command line utility to generate Steam 2FA codes and respond to confirmations." @@ -51,7 +51,7 @@ cookie = "0.18" regex = "1" lazy_static = "1.4.0" uuid = { version = "1.8", features = ["v4"] } -steamguard = { version = "^0.14.2", path = "./steamguard" } +steamguard = { version = "^0.15.0", path = "./steamguard" } dirs = "5.0.1" aes = { version = "0.8.3", features = ["zeroize"] } thiserror = "1.0.61" diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index 61f845a..75c0b29 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamguard" -version = "0.14.2" +version = "0.15.0" authors = ["Carson McManus "] edition = "2021" description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."