mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 10:52:33 +00:00
Upgrade rust crates (#3292)
This commit is contained in:
parent
c57207e96a
commit
adab69bccc
5 changed files with 358 additions and 396 deletions
|
@ -20,5 +20,5 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
deno = { path = "../core", version = "0.23.0" }
|
||||
serde_json = "1.0.40"
|
||||
serde = { version = "1.0.100", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
serde = { version = "1.0.102", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue