diff --git a/Cargo.lock b/Cargo.lock index 17b5654..c008d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3003,7 +3003,7 @@ dependencies = [ [[package]] name = "steamguard" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "base64", @@ -3034,7 +3034,7 @@ dependencies = [ [[package]] name = "steamguard-cli" -version = "0.13.0" +version = "0.14.0" dependencies = [ "aes 0.8.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0a1f34d..7916b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["steamguard"] [package] name = "steamguard-cli" -version = "0.13.0" +version = "0.14.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.13.0", path = "./steamguard" } +steamguard = { version = "^0.14.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 17b2414..305808b 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamguard" -version = "0.13.0" +version = "0.14.0" authors = ["Carson McManus "] edition = "2021" description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."