From 242273e69b5f5add23393e8e96e241696eae88fb Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 5 May 2022 12:41:59 +0200 Subject: chore: update deps (#14416) --- core/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'core') 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"] } -- cgit v1.2.3