diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-03-29 14:50:07 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-03-29 14:50:07 -0400 |
commit | 3d6c033369a75b7eea7b4fa6be36696b613b1606 (patch) | |
tree | b104e84ae05d8b080f273c72415af3348a3fb331 /core | |
parent | b965c7ab367a417fb7bdde2eaf38312179e5c183 (diff) |
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index d434bc1d5..758c06dc8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ bin-dependencies = ["tokio"] [dependencies] futures = "0.1.25" lazy_static = "1.3.0" -libc = "0.2.49" +libc = "0.2.51" log = "0.4.6" -serde_json = "1.0.38" -tokio = { version = "0.1.15", optional = true } +serde_json = "1.0.39" +tokio = { version = "0.1.18", optional = true } |