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 Mar 17, 2023
1 parent 9d56588 commit 12a5e3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Duyet Le <[email protected]>"]
# 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.69"
deno_core = "0.175.0"
deno_console = "0.93.0"
tokio = { version = "1.26.0", features = ["rt", "macros", "rt-multi-thread"] }

0 comments on commit 12a5e3c

Please sign in to comment.