From d6f29fe98a924720853c14289bcc02e76f45d485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:11:04 +0000 Subject: [PATCH] build(deps): bump tokio from 1.40.0 to 1.43.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- surface-dtx-daemon/Cargo.toml | 2 +- surface-dtx-userd/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e096521..ee6d177 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 = "addr2line" @@ -338,9 +338,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libdbus-sys" @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -732,9 +732,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/surface-dtx-daemon/Cargo.toml b/surface-dtx-daemon/Cargo.toml index c2ed2c1..8577c8c 100644 --- a/surface-dtx-daemon/Cargo.toml +++ b/surface-dtx-daemon/Cargo.toml @@ -22,7 +22,7 @@ nix = "0.29.0" sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" } sdtx-tokio = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" } serde = { version = "1.0.210", features = ['derive'] } -tokio = { version = "1.40.0", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] } +tokio = { version = "1.43.1", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] } toml = "0.8.19" serde_ignored = "0.1.10" tracing = "0.1.40" diff --git a/surface-dtx-userd/Cargo.toml b/surface-dtx-userd/Cargo.toml index 8c646c5..c6bc924 100644 --- a/surface-dtx-userd/Cargo.toml +++ b/surface-dtx-userd/Cargo.toml @@ -18,7 +18,7 @@ dbus-tokio = "0.7.6" futures = "0.3.30" serde = { version = "1.0.210", features = ["derive"] } serde_ignored = "0.1.10" -tokio = { version = "1.40.0", features = ["macros", "rt", "signal"] } +tokio = { version = "1.43.1", features = ["macros", "rt", "signal"] } toml = "0.8.19" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["std", "env-filter"] }