Upgrade rust crates and modernize hyper_hello (#3606)

This commit is contained in:
Bert Belder 2020-01-05 17:41:54 +01:00
parent a29eeaf326
commit 52a0f3a5ef
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
7 changed files with 84 additions and 474 deletions

View file

@ -20,5 +20,5 @@ path = "lib.rs"
[dependencies]
deno_core = { path = "../core", version = "0.28.1" }
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.44"
serde = { version = "1.0.104", features = ["derive"] }