diff --git a/simulator/Cargo.lock b/simulator/Cargo.lock index f07c1cf2..b022ba71 100644 --- a/simulator/Cargo.lock +++ b/simulator/Cargo.lock @@ -2655,9 +2655,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/simulator/Cargo.toml b/simulator/Cargo.toml index f6e640de..de9551de 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -47,5 +47,5 @@ libc = "0.2" [dev-dependencies] tempfile = "3.26.0" -tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] } wat = "1"