diff --git a/Cargo.lock b/Cargo.lock index 1952b41..29de48e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1777,7 +1777,7 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" [[package]] name = "steamguard" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64", @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "steamguard-cli" -version = "0.4.3" +version = "0.4.4" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d7e478d..e02be24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "steamguard-cli" -version = "0.4.3" +version = "0.4.4" authors = ["Carson McManus "] edition = "2018" description = "A command line utility to generate Steam 2FA codes and respond to confirmations." @@ -41,7 +41,7 @@ regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } termion = "1.5.6" -steamguard = { version ="^0.4.1", path = "./steamguard" } +steamguard = { version ="^0.4.2", 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 d4878c1..a3a091c 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamguard" -version = "0.4.1" +version = "0.4.2" authors = ["Carson McManus "] edition = "2018" description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."