mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
upgrade: Rust crates (#5959)
This commit is contained in:
parent
a82f24e9a8
commit
dad551a3a7
7 changed files with 258 additions and 331 deletions
|
@ -20,5 +20,5 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
deno_core = { path = "../core", version = "0.46.0" }
|
||||
serde_json = "1.0.52"
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
serde_json = "1.0.53"
|
||||
serde = { version = "1.0.110", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue