diff --git a/CHANGELOG.md b/CHANGELOG.md index 9730b83..e0287e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Bump `actix-web` to `4.0.0-rc.3` +- Bump `openssl` to `0.10.38` +- Bump `sentry` to `0.24.3` +- Bump `sentry-actix` to `0.24.3` + ### Fixed - Fix loss of precision during timestamp convert diff --git a/Cargo.lock b/Cargo.lock index 030b884..06d08ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "archlinuxcn-packages" -version = "0.2.5" +version = "0.2.6" dependencies = [ "actix-web 4.0.0-rc.3", "ansi-to-html", diff --git a/Cargo.toml b/Cargo.toml index 4c2d1f6..188fee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archlinuxcn-packages" -version = "0.2.5" +version = "0.2.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html