Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "qsu" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "0BSD" categories = [ "asynchronous" ] keywords = [ "service", "systemd", "winsvc" ] repository = "https://repos.qrnch.tech/pub/qsu" @@ -39,11 +39,11 @@ futures = { version = "0.3.29" } itertools = { version = "0.11.0", optional = true } killswitch = { version = "0.4.2" } log = { version = "0.4.20" } parking_lot = { version = "0.12.1" } -rocket = { version = "0.5.0-rc.3", optional = true } +rocket = { version = "0.5.0-rc.4", optional = true } sidoc = { version = "0.1.0", optional = true } tokio = { version = "1.33.0", features = ["sync"] } time = { version = "0.3.20", features = ["macros"] } tracing = { version = "0.1.40" } Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -6,10 +6,19 @@ ### Changed ### Removed +--- + +## [0.0.5] - 2023-11-03 + +### Changed + +- Use [rocket 0.5.0-rc.4](https://github.com/SergioBenitez/Rocket/blob/v0.5.0-rc.4/CHANGELOG.md#version-050-rc4-nov-1-2023) + for Rocket server application runtime types + --- ## [0.0.4] - 2023-10-29 ### Added