diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-26 13:13:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 13:13:01 +0200 |
| commit | 3aa6d5d8b0911e9c5fcd38dd856f419692b28085 (patch) | |
| tree | 90db8a578b7a7ba97c74cbd475b281fecb551ff3 /runtime/Cargo.toml | |
| parent | b4fabedd794f1a89bb78a5bd7d582e1dc59af905 (diff) | |
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 120b35fc8..5264fe5c9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -68,7 +68,7 @@ filetime = "0.2.16" fs3 = "0.5.0" http = "0.2.6" hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] } -libc = "0.2.124" +libc = "0.2.126" log = "0.4.16" lzzzz = '=0.8.0' netif = "0.1.3" |
