Skip to content

Commit d6f29fe

Browse files
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](tokio-rs/tokio@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] <support@github.com>
1 parent 7779e5f commit d6f29fe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

surface-dtx-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nix = "0.29.0"
2222
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" }
2323
sdtx-tokio = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.5" }
2424
serde = { version = "1.0.210", features = ['derive'] }
25-
tokio = { version = "1.40.0", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] }
25+
tokio = { version = "1.43.1", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] }
2626
toml = "0.8.19"
2727
serde_ignored = "0.1.10"
2828
tracing = "0.1.40"

surface-dtx-userd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dbus-tokio = "0.7.6"
1818
futures = "0.3.30"
1919
serde = { version = "1.0.210", features = ["derive"] }
2020
serde_ignored = "0.1.10"
21-
tokio = { version = "1.40.0", features = ["macros", "rt", "signal"] }
21+
tokio = { version = "1.43.1", features = ["macros", "rt", "signal"] }
2222
toml = "0.8.19"
2323
tracing = "0.1.40"
2424
tracing-subscriber = { version = "0.3.18", features = ["std", "env-filter"] }

0 commit comments

Comments
 (0)