Skip to content

Commit

Permalink
Merge pull request #118 from AaronErhardt/39cddependabot/cargo/tokio-…
Browse files Browse the repository at this point in the history
…1.41.0

build(deps): bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
AaronErhardt authored Oct 25, 2024
2 parents 98022ff + b5e0925 commit ae6cc8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.4.18", features = ["derive"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.41", features = ["rt-multi-thread", "macros"] }
colored = "2.1.0"
eyre = "0.6.12"
notify-rust = "4.11.0"
Expand Down

0 comments on commit ae6cc8a

Please sign in to comment.