Skip to content

Commit d28cc20

Browse files
committed
push versions back because updating them broke it.
1 parent 2777f66 commit d28cc20

File tree

2 files changed

+27
-35
lines changed

2 files changed

+27
-35
lines changed

Cargo.lock

Lines changed: 20 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
[package]
22
authors = ["EBSmash <https://github.com/EBSmash" , "zegevlier <iamascratcher@gmail.com>", "mazkdevf <https://github.com/mazk5145>"]
3-
edition = "2018"
3+
edition = "2021"
44
name = "keyauth"
55
version = "0.5.0"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

9+
910
[dependencies]
10-
aes = "0.8.2"
11+
aes = "0.7.4"
1112
base16 = "0.2.1"
12-
block-modes = "0.9.1"
13+
block-modes = "0.8.1"
1314
machine_uuid = "0.1.0"
14-
obfstr = "0.4.1"
15+
obfstr = "0.3.0"
1516
reqwest = {version = "0.11.3", features = ["blocking"]}
1617
sha256 = "1.1.1"
1718
serde = {version = "1.0.126", features = ["derive"]}
1819
serde_json = "1.0.64"
19-
uuid = {version = "1.2.2", features = ["v4"]}
20-
webbrowser = "0.8.4"
20+
uuid = {version = "0.8.2", features = ["v4"]}
21+
webbrowser = "0.5.5"

0 commit comments

Comments
 (0)