Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent 5fcf725 commit 0bfd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Duyet Le <me@duyet.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.65"
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"] }

0 comments on commit 0bfd88e

Please sign in to comment.