diff --git a/Cargo.toml b/Cargo.toml index e143c64..5fa0c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ chrono = "0.4.26" log = "0.4.20" rmp-serde = "1.1.2" serde = { version = "1.0.183", features = ["derive"] } -tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] } +tokio = { version = "1.37.0", features = ["net", "time", "io-util", "rt", "sync"] } uuid = { version = "1.5.0", features = ["v4"] } [dev-dependencies] -tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }