diff --git a/Cargo.lock b/Cargo.lock index ca69fde..ef98033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -2452,9 +2452,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.36.0" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes", @@ -2471,9 +2471,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", diff --git a/examples/carousel/Cargo.toml b/examples/carousel/Cargo.toml index cfcf9fd..017fb7c 100644 --- a/examples/carousel/Cargo.toml +++ b/examples/carousel/Cargo.toml @@ -12,4 +12,4 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } diff --git a/examples/context/Cargo.toml b/examples/context/Cargo.toml index b79fad9..d3eb7bc 100644 --- a/examples/context/Cargo.toml +++ b/examples/context/Cargo.toml @@ -12,6 +12,6 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } lazy_static = "1.5.0" rand = "0.8.5" diff --git a/examples/hello-world/Cargo.toml b/examples/hello-world/Cargo.toml index 2eb8058..162897a 100644 --- a/examples/hello-world/Cargo.toml +++ b/examples/hello-world/Cargo.toml @@ -13,4 +13,4 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } diff --git a/examples/kitchen/Cargo.toml b/examples/kitchen/Cargo.toml index a6f2b2f..416cce9 100644 --- a/examples/kitchen/Cargo.toml +++ b/examples/kitchen/Cargo.toml @@ -12,4 +12,4 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } diff --git a/examples/lock-screen/Cargo.toml b/examples/lock-screen/Cargo.toml index 9e8cd64..da78a8b 100644 --- a/examples/lock-screen/Cargo.toml +++ b/examples/lock-screen/Cargo.toml @@ -12,4 +12,4 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } diff --git a/examples/svg/Cargo.toml b/examples/svg/Cargo.toml index 5ac236e..cd418e2 100644 --- a/examples/svg/Cargo.toml +++ b/examples/svg/Cargo.toml @@ -12,4 +12,4 @@ smithay-client-toolkit = "0.18.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.38", features = ["full"] }