Skip to content

Commit 5cf82e8

Browse files
committed
bump: Tokio and other deps
1 parent ea43aa5 commit 5cf82e8

File tree

2 files changed

+49
-53
lines changed

2 files changed

+49
-53
lines changed

Cargo.lock

+41-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "servicer"
33
authors = ["Shardul Aeer <aeershardul@gmail.com>"]
44
description = "Simplify Service Management on systemd"
5-
version = "0.1.12"
5+
version = "0.1.13"
66
edition = "2021"
77
license = "MIT"
88
homepage = "https://servicer.dev"
@@ -12,13 +12,13 @@ keywords = ["systemd", "dbus", "service", "process"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros", "fs"] }
16-
clap = { version = "4.3.19", features = ["derive"] }
15+
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros", "fs"] }
16+
clap = { version = "4.4.6", features = ["derive"] }
1717
cli-table = "0.4.7"
18-
indoc = "2.0.3"
18+
indoc = "2.0.4"
1919
zbus = { version = "3.14.1", default-features = false, features = ["tokio"] }
20-
bytesize = "1.2.0"
21-
libc = "0.2.147"
20+
bytesize = "1.3.0"
21+
libc = "0.2.149"
2222
futures = "0.3.28"
23-
tempfile = "3.7.1"
24-
regex = "1.9.4"
23+
tempfile = "3.8.0"
24+
regex = "1.10.2"

0 commit comments

Comments
 (0)