diff --git a/Cargo.toml b/Cargo.toml index ff0cb12..0b441ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shticker_book_unwritten" -version = "0.3.0" +version = "0.3.1" authors = ["Dr. Jonathan Helianthicus Doe, IV "] edition = "2018" description = "Minimal CLI launcher for the Toontown Rewritten MMORPG" @@ -15,7 +15,7 @@ bzip2 = "0.3.3" clap = { version = "2.33.0", default-features = false, features = ["suggestions", "vec_map"] } reqwest = "0.9.20" rpassword = "4.0.1" -serde = { version = "1.0.100", features = ["derive"] } +serde = { version = "1.0.101", features = ["derive"] } serde_json = "1.0.40" sha-1 = "0.8.1"