diff options
author | Luca Casonato <hello@lcas.dev> | 2022-05-05 12:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 12:41:59 +0200 |
commit | 242273e69b5f5add23393e8e96e241696eae88fb (patch) | |
tree | 2605cc3d7728c14c8c81c0a79337658577825fbf /core | |
parent | e04f1f1f34656aed0faac88d63314726235cf4b8 (diff) |
chore: update deps (#14416)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 6006bcb5c..d31cd464f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,17 +13,17 @@ description = "A modern JavaScript/TypeScript runtime built with V8, Rust, and T path = "lib.rs" [dependencies] -anyhow = "1.0.55" +anyhow = "1.0.57" deno_ops = { path = "../ops", version = "0.10.0" } futures = "0.3.21" -indexmap = "1.7.0" -libc = "0.2.121" -log = "0.4.14" +indexmap = "1.8.1" +libc = "0.2.124" +log = "0.4.16" once_cell = "1.10.0" parking_lot = "0.12.0" -pin-project = "1.0.7" -serde = { version = "1.0.129", features = ["derive"] } -serde_json = { version = "1.0.66", features = ["preserve_order"] } +pin-project = "1.0.10" +serde = { version = "1.0.136", features = ["derive"] } +serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.43.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } |