Skip to content

Commit

Permalink
Merge pull request #658 from thoth-pub/feature/update_rustls
Browse files Browse the repository at this point in the history
Feature/update rustls
  • Loading branch information
ja573 authored Nov 28, 2024
2 parents b368eee + 652e659 commit 3f53636
Show file tree
Hide file tree
Showing 15 changed files with 627 additions and 349 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `rustls` to v0.23.19
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `chrono` to v0.4.38
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `uuid` to v0.11.0
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `diesel` to v2.2.5
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `paperclip` to v0.9.4
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `regex` to v1.11.1
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `xml-rs` to v0.8.23
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `futures` to v0.3.31
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `web-sys` to v0.3.72
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `wasm-bindgen` to v0.2.95
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `log` to v0.4.22
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `thiserror` to v2.0.3
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `reqwest-middleware` to v0.4.0
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `reqwest-retry` to v0.7.0
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `trunk` to v0.21.4
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `actix-identity` to v0.8.0
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `actix-session` to v0.10.1

## Removed
- Remove redundant dependencies in thoth-app: `anyhow`, `log`, `url`

## [[0.13.2]](https://github.com/thoth-pub/thoth/releases/tag/v0.13.2) - 2024-11-26
### Added
Expand Down
Loading

0 comments on commit 3f53636

Please sign in to comment.