Merge pull request #571 from vbrandl/release/v0.32.0
All checks were successful
continuous-integration/drone/push Build is passing

release/v0.32.0
This commit is contained in:
Valentin Brandl 2023-03-06 14:02:46 +01:00 committed by GitHub
commit 0cb9deca71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.32.0] 2023-03-06
* Updated [`actix-web`](https://github.com/actix/actix-web) from 4.3.0 to 4.3.1 ([#566])
* Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0 ([#567])
* Updated [`awc`](https://github.com/actix/actix-web) from 3.1.0 to 3.1.1 ([#568])

2
Cargo.lock generated
View File

@ -905,7 +905,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"actix-rt",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "hoc"
version = "0.31.0"
version = "0.32.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
build = "build.rs"