diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-05-29 20:08:19 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-05-30 11:28:05 -0700 |
commit | 1540b36ce7a4740f4a87c564becca65ed8d97255 (patch) | |
tree | 10943bea6f87ddf563fc878fabd2fa9e181cbcf3 /core | |
parent | 0e780e894854cada1244aa3f465c226593187edc (diff) |
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index fdd458534..7e1c7ff4d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] futures = "0.1.27" lazy_static = "1.3.0" -libc = "0.2.54" +libc = "0.2.55" log = "0.4.6" serde_json = "1.0.39" |