diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 9e90fdac3..a9f5d3449 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -17,12 +17,12 @@ anyhow = "1.0.38" futures = "0.3.12" indexmap = "1.6.1" lazy_static = "1.4.0" -libc = "0.2.82" -log = "0.4.13" -pin-project = "1.0.4" +libc = "0.2.86" +log = "0.4.14" +pin-project = "1.0.5" rusty_v8 = "0.17.0" -serde = { version = "1.0.121", features = ["derive"] } -serde_json = { version = "1.0.61", features = ["preserve_order"] } +serde = { version = "1.0.123", features = ["derive"] } +serde_json = { version = "1.0.62", features = ["preserve_order"] } smallvec = "1.6.1" url = { version = "2.2.0", features = ["serde"] } @@ -36,4 +36,4 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] -tokio = { version = "1.1.1", features = ["full"] } +tokio = { version = "1.2.0", features = ["full"] } |