Skip to content

Commit

Permalink
Update Rust crate tokio to 1.24 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2023
1 parent e0401de commit d478021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/ditto-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flexi_logger = "0.24"
notify = "5.0.0"
clearscreen = "1.0"
symlink = "0.1.0"
tokio = { version = "1.22", features = ["full"] }
tokio = { version = "1.24", features = ["full"] }
dirs = "4.0"
tempfile = "3.3"
convert_case = "0.6"
Expand Down

0 comments on commit d478021

Please sign in to comment.