Skip to content

Commit 897c617

Browse files
authored
Merge pull request #14 from linux-surface/dependabot/cargo/tokio-1.24.2
build(deps): bump tokio from 1.23.1 to 1.24.2
2 parents ceba25c + 00d660d commit 897c617

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@ nix = "0.25.0"
2323
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.3" }
2424
sdtx-tokio = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.3" }
2525
serde = { version = "1.0.145", features = ['derive'] }
26-
tokio = { version = "1.23.1", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] }
26+
tokio = { version = "1.24.2", features = ["fs", "sync", "process", "signal", "io-util", "rt", "macros"] }
2727
toml = "0.5.9"
2828
serde_ignored = "0.1.5"
2929
tracing = "0.1.37"

surface-dtx-userd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dbus-tokio = "0.7.5"
1919
futures = "0.3.24"
2020
serde = { version = "1.0.145", features = ["derive"] }
2121
serde_ignored = "0.1.5"
22-
tokio = { version = "1.23.1", features = ["macros", "rt", "signal"] }
22+
tokio = { version = "1.24.2", features = ["macros", "rt", "signal"] }
2323
toml = "0.5.9"
2424
tracing = "0.1.37"
2525
tracing-subscriber = { version = "0.3.16", features = ["std", "env-filter"] }

0 commit comments

Comments
 (0)