diff --git a/.github/release-body.md b/.github/release-body.md index 59cdbb8..ecce178 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,5 +1,5 @@ ## Bug fix -Authentication thread doesn't panic anymore when Minecraft session is expired +Fixed error (failed to verify) when authenticating via Mojang -**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.1...v0.2.2 \ No newline at end of file +**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.2...v0.2.3 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index e1f3fe9..5593ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,9 +1060,9 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mime" @@ -1386,9 +1386,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags 2.5.0", ] @@ -1578,7 +1578,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sculptor" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "anyhow-http", diff --git a/Cargo.toml b/Cargo.toml index d01252d..81b0b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sculptor" authors = ["Shiroyashik "] -version = "0.2.2" +version = "0.2.3" edition = "2021" publish = false