Merge pull request #409 from vbrandl/chore/dependencies
All checks were successful
continuous-integration/drone/push Build is passing

Update `serde_derive` and `tokio`
This commit is contained in:
Valentin Brandl 2022-01-30 00:17:56 +01:00 committed by GitHub
commit 80a6cf0036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.5" openssl-probe = "0.1.5"
reqwest = "0.11.9" reqwest = "0.11.9"
serde = "1.0.136" serde = "1.0.136"
serde_derive = "1.0.130" serde_derive = "1.0.136"
serde_json = "1.0.78" serde_json = "1.0.78"
tracing = "0.1.29" tracing = "0.1.29"
tracing-actix-web = "0.5.0-beta.11" 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" awc = "3.0.0-beta.19"
ructe = "0.13.4" ructe = "0.13.4"
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = "1.16.0" tokio = "1.16.1"