Skip to content

Commit

Permalink
bump: Tokio and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
secretshardul committed Oct 23, 2023
1 parent ea43aa5 commit 5cf82e8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 53 deletions.
86 changes: 41 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "servicer"
authors = ["Shardul Aeer <[email protected]>"]
description = "Simplify Service Management on systemd"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
license = "MIT"
homepage = "https://servicer.dev"
Expand All @@ -12,13 +12,13 @@ keywords = ["systemd", "dbus", "service", "process"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros", "fs"] }
clap = { version = "4.3.19", features = ["derive"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros", "fs"] }
clap = { version = "4.4.6", features = ["derive"] }
cli-table = "0.4.7"
indoc = "2.0.3"
indoc = "2.0.4"
zbus = { version = "3.14.1", default-features = false, features = ["tokio"] }
bytesize = "1.2.0"
libc = "0.2.147"
bytesize = "1.3.0"
libc = "0.2.149"
futures = "0.3.28"
tempfile = "3.7.1"
regex = "1.9.4"
tempfile = "3.8.0"
regex = "1.10.2"

0 comments on commit 5cf82e8

Please sign in to comment.