diff --git a/Cargo.lock b/Cargo.lock index 592c249..3472d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e9e0184..6a209d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.16", features = ["env", "derive", "unicode", "string"] } miette = { version = "7.2.0", features = ["fancy"] } reis = { version = "0.2.0", features = ["tokio"] } thiserror = "1.0.63" -tokio = { version = "1.39.3", features = ["fs", "process", "rt", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["fs", "process", "rt", "rt-multi-thread"] } wayland-client = "0.31.1" wayland-protocols = { version = "0.32.3", features = ["client", "unstable"] } wayland-protocols-misc = { version = "0.3.3", features = ["client"] }