diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-09 15:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 15:34:34 +0100 |
commit | a195c75033eeed983c55f3ca9228b134f84c7651 (patch) | |
tree | 9e11d9d4266f384bc1bc587e1c6318ccf47acb64 /core | |
parent | b85ed4a6f03a631a318adf0afed214445809bfe3 (diff) |
chore: update dependencies (#9455)
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"] } |