Compare commits

...

4 Commits

Author SHA1 Message Date
f2436efc85 Bump version (v0.21.0)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-01-30 00:23:41 +01:00
80a6cf0036 Merge pull request #409 from vbrandl/chore/dependencies
All checks were successful
continuous-integration/drone/push Build is passing
Update `serde_derive` and `tokio`
2022-01-30 00:17:56 +01:00
a0ec86e756 Update serde_derive and tokio
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 00:12:11 +01:00
d91e6bf580 Merge pull request #408 from vbrandl/feature/service-registration
All checks were successful
continuous-integration/drone/push Build is passing
Unify registration of service routes
2022-01-29 21:29:06 +01:00
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -820,7 +820,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.20.4"
version = "0.21.0"
dependencies = [
"actix-rt",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "hoc"
version = "0.20.4"
version = "0.21.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
build = "build.rs"
@ -26,7 +26,7 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.5"
reqwest = "0.11.9"
serde = "1.0.136"
serde_derive = "1.0.130"
serde_derive = "1.0.136"
serde_json = "1.0.78"
tracing = "0.1.29"
tracing-actix-web = "0.5.0-beta.11"
@ -43,4 +43,4 @@ vergen = { version = "6.0.2", default-features = false, features = ["git"] }
awc = "3.0.0-beta.19"
ructe = "0.13.4"
tempfile = "3.3.0"
tokio = "1.16.0"
tokio = "1.16.1"