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 /cli | |
parent | b4fabedd794f1a89bb78a5bd7d582e1dc59af905 (diff) |
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 05c1bdb36..467ea89c1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -72,7 +72,7 @@ fancy-regex = "=0.9.0" http = "=0.2.6" import_map = "=0.9.0" jsonc-parser = { version = "=0.19.0", features = ["serde"] } -libc = "=0.2.124" +libc = "=0.2.126" log = { version = "=0.4.16", features = ["serde"] } mitata = '=0.0.7' node_resolver = "=0.1.1" |