diff --git a/Cargo.toml b/Cargo.toml index ab22e9c..0d16474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Duyet Le "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.66" -deno_core = "0.155.0" -deno_console = "0.73.0" -tokio = { version = "1.21.2", features = ["rt", "macros", "rt-multi-thread"] } +anyhow = "1.0.75" +deno_core = "0.238.0" +deno_console = "0.128.0" +tokio = { version = "1.35.1", features = ["rt", "macros", "rt-multi-thread"] }