Skip to content

Commit

Permalink
Bump steamguard v0.12.6, steamguard-cli v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Feb 19, 2024
1 parent 84da432 commit d96b6e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["steamguard"]

[package]
name = "steamguard-cli"
version = "0.12.5"
version = "0.12.6"
authors = ["dyc3 (Carson McManus) <[email protected]>"]
edition = "2018"
description = "A command line utility to generate Steam 2FA codes and respond to confirmations."
Expand Down Expand Up @@ -52,7 +52,7 @@ cookie = "0.14"
regex = "1"
lazy_static = "1.4.0"
uuid = { version = "0.8", features = ["v4"] }
steamguard = { version = "^0.12.5", path = "./steamguard" }
steamguard = { version = "^0.12.6", path = "./steamguard" }
dirs = "3.0.2"
aes = { version = "0.8.3", features = ["zeroize"] }
thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion steamguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steamguard"
version = "0.12.5"
version = "0.12.6"
authors = ["Carson McManus <[email protected]>"]
edition = "2018"
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."
Expand Down

0 comments on commit d96b6e6

Please sign in to comment.