diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-01-05 17:41:54 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-01-05 23:12:35 +0100 |
| commit | 52a0f3a5ef7e83a3abe18263caef9a82ec003944 (patch) | |
| tree | ee6029c985de58118b7edf560f6226f03361814d /core | |
| parent | a29eeaf326681fc44eefa099ba04c525e5af5010 (diff) | |
Upgrade rust crates and modernize hyper_hello (#3606)
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index b25a9d0c5..51232a2be 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,12 +15,12 @@ path = "lib.rs" [dependencies] downcast-rs = "1.1.1" -futures = { version = "0.3", features = [ "thread-pool", "compat" ] } +futures = { version = "0.3.1", features = [ "thread-pool", "compat" ] } lazy_static = "1.4.0" -libc = "0.2.65" +libc = "0.2.66" log = "0.4.8" -serde_json = "1.0.41" -url = "2.1" +serde_json = "1.0.44" +url = "2.1.0" rusty_v8 = "0.0.23" [[example]] |
