mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Upgrade rust crates and modernize hyper_hello (#3606)
This commit is contained in:
parent
a29eeaf326
commit
52a0f3a5ef
7 changed files with 84 additions and 474 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue