diff --git a/Cargo.lock b/Cargo.lock index e420e4b..58d7def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,9 +1466,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/tailor_cli/Cargo.toml b/tailor_cli/Cargo.toml index 27c1cf7..2a0e6e0 100644 --- a/tailor_cli/Cargo.toml +++ b/tailor_cli/Cargo.toml @@ -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"