Bump steamguard v0.13.0, steamguard-cli v0.13.0, safety bump steamguard-cli v0.13.0
This commit is contained in:
parent
a8d3f3fc99
commit
d3c1dfb3d5
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2991,7 +2991,7 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|||
|
||||
[[package]]
|
||||
name = "steamguard"
|
||||
version = "0.12.6"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -3024,7 +3024,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "steamguard-cli"
|
||||
version = "0.12.6"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"aes 0.8.3",
|
||||
"anyhow",
|
||||
|
|
|
@ -4,7 +4,7 @@ members = ["steamguard"]
|
|||
|
||||
[package]
|
||||
name = "steamguard-cli"
|
||||
version = "0.12.6"
|
||||
version = "0.13.0"
|
||||
authors = ["dyc3 (Carson McManus) <carson.mcmanus1@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A command line utility to generate Steam 2FA codes and respond to confirmations."
|
||||
|
@ -52,7 +52,7 @@ cookie = "0.14"
|
|||
regex = "1"
|
||||
lazy_static = "1.4.0"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
steamguard = { version = "^0.12.6", path = "./steamguard" }
|
||||
steamguard = { version = "^0.13.0", path = "./steamguard" }
|
||||
dirs = "3.0.2"
|
||||
aes = { version = "0.8.3", features = ["zeroize"] }
|
||||
thiserror = "1.0.26"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "steamguard"
|
||||
version = "0.12.6"
|
||||
version = "0.13.0"
|
||||
authors = ["Carson McManus <carson.mcmanus1@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."
|
||||
|
|
Loading…
Reference in a new issue