Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent 9d56588 commit 181e874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors = ["Duyet Le <[email protected]>"]

[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"] }
deno_core = "0.162.0"
deno_console = "0.80.0"
tokio = { version = "1.22.0", features = ["rt", "macros", "rt-multi-thread"] }

0 comments on commit 181e874

Please sign in to comment.