diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-09-16 19:11:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 19:11:30 -0400 |
commit | 684841a18c90029df404e02fed7509bb0571053a (patch) | |
tree | a350038fcd60b90651b7aeea63deff3f9096a013 /core | |
parent | 38280990dae50f19c4e52eac5de2054e42f455e4 (diff) |
upgrade deps (#15914)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index e52ee69c0..88c1b9c2d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -31,7 +31,7 @@ pin-project = "1.0.11" serde = { version = "1.0.136", features = ["derive"] } serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.62.0", path = "../serde_v8" } -sourcemap = "=6.0.1" +sourcemap = "6.1" url = { version = "2.3.1", features = ["serde", "expose_internals"] } v8 = { version = "0.49.0", default-features = false } @@ -42,4 +42,4 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] deno_ast = { version = "0.19.0", features = ["transpiling"] } -tokio = { version = "1.19", features = ["full"] } +tokio = { version = "1.21", features = ["full"] } |