Bump version to 0.33.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2023-03-16 14:32:10 +01:00
parent 3f2a359a90
commit b03e316c89
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.33.0] 2023-03-16
* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27 ([#575])
* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.156 ([#576])

2
Cargo.lock generated
View File

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

View File

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