Skip to content

Commit

Permalink
Merge pull request #95 from AaronErhardt/fbd3dependabot/cargo/tokio-1…
Browse files Browse the repository at this point in the history
….38.0

build(deps): bump tokio from 1.37.0 to 1.38.0
  • Loading branch information
AaronErhardt authored Jun 16, 2024
2 parents 8164c74 + 62e90b8 commit c4e28af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 tailor_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository.workspace = true
tailor_api = {version = "0.2.5", path = "../tailor_api" }
tailor_client = {version = "0.2.6", path = "../tailor_client" }
clap = { version = "4.2.4", features = ["derive"] }
tokio = { version = "1.27", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.38", features = ["rt-multi-thread", "macros"] }
colored = "2.0.0"
eyre = "0.6.8"
notify-rust = "4.8.0"
Expand Down

0 comments on commit c4e28af

Please sign in to comment.