diff --git a/Cargo.lock b/Cargo.lock index 35a971e..73df017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.31.0" +version = "0.32.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ad5ce52..302f8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.31.0" +version = "0.32.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"