diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 509449d..bc9bf07 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,4 +22,4 @@ log = "0.4.21" env_logger = "0.11.3" prettytable-rs = "0.10.0" lib = { path = "../lib" } -tokio = { version = "1", features = ["full"] } \ No newline at end of file +tokio = { version = "1.37.0", features = ["full"] } \ No newline at end of file diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 28c9ae9..3c1ad07 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0.82" dirs = "5.0.1" serde = { version = "1.0.200", features = ["derive"] } serde_yaml = "0.9.34" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.37.0", features = ["full"] } strum = { version = "0.26.2", features = ["derive"] } [dev-dependencies]