Skip to content

Commit

Permalink
reqwest 0.11 -> 0.12; sha-1 -> sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHelianthicusDoe committed Mar 22, 2024
1 parent 2ddbe9b commit 02de325
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shticker_book_unwritten"
version = "1.2.0"
version = "1.2.1"
authors = ["Dr. Jonathan Helianthicus Doe, IV <[email protected]>"]
edition = "2021"
description = "Minimal CLI launcher for the Toontown Rewritten MMORPG"
Expand All @@ -12,14 +12,14 @@ categories = ["games"]
license = "GPL-3.0-or-later"

[dependencies]
bzip2 = "0.4.3"
rpassword = "7.0.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
sha-1 = "0.10.0"
bzip2 = "0.4.4"
rpassword = "7.3.1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sha1 = "0.10.6"

[dependencies.clap]
version = "4.0.4"
version = "4.5.3"
default-features = false
features = [
"std",
Expand All @@ -32,7 +32,7 @@ features = [
]

[dependencies.reqwest]
version = "0.11.12"
version = "0.12.1"
default-features = false
features = ["blocking", "rustls-tls"]

Expand Down

0 comments on commit 02de325

Please sign in to comment.