diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-02-27 10:24:22 -0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-02-27 10:24:22 -0800 |
commit | d4e3bf945d388ab9e8e5c1eef431332170d27e1b (patch) | |
tree | 4b1a18ea4cca7f549a1b67a00bbda8a7abbfc2f7 /core | |
parent | 33a6409db982d4ee9012cf7eede8f2fb8519f568 (diff) |
third_party: upgrade rust crates
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 dd55e7bc0..18958ca4b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,8 +18,8 @@ bin-dependencies = ["tokio"] [dependencies] futures = "0.1.25" -lazy_static = "1.2.0" -libc = "0.2.48" +lazy_static = "1.3.0" +libc = "0.2.49" log = "0.4.6" serde_json = "1.0.38" tokio = { version = "0.1.15", optional = true } |