diff --git a/Cargo.lock b/Cargo.lock index f8c7ee4..68bcc0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2155,9 +2155,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 685dbe2..5e94561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" -tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } +tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] } toml = "1.0.6" # dev-dependencies