Skip to content

Commit 59c6dd1

Browse files
committed
Update Cargo dependencies
1 parent eafd5a7 commit 59c6dd1

File tree

3 files changed

+111
-41
lines changed

3 files changed

+111
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ version = "0.3.2-alpha.3"
2323
[workspace.dependencies]
2424
anyhow = "1.0.98"
2525
log = { version = "0.4.27", features = ["std"] }
26-
tokio = { version = "1.45.0" }
26+
tokio = { version = "1.47.0" }
2727
serde = "1.0.219"
2828

2929
[dev-dependencies]
30-
rstest = "0.25.0"
31-
tempfile = "3.19.1"
30+
rstest = "0.26.1"
31+
tempfile = "3.20.0"
3232

3333
[dependencies]
3434
watchers = { path = "./watchers", default-features = false }
3535
chrono = "0.4.41"
36-
toml = "0.8.22"
37-
clap = { version = "4.5.37", features = ["string"] }
36+
toml = "0.9.2"
37+
clap = { version = "4.5.41", features = ["string"] }
3838
fern = { version = "0.7.1", features = ["colored"] }
3939
log = { workspace = true }
4040
anyhow = { workspace = true }

watchers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["lib"]
1010
path = "src/lib.rs"
1111

1212
[dev-dependencies]
13-
rstest = "0.25.0"
13+
rstest = "0.26.1"
1414
tempfile = "3.13.0"
1515

1616
[dependencies]
@@ -22,7 +22,7 @@ wayland-protocols-wlr = { version = "0.3.5", features = ["client"] }
2222
x11rb = { version = "0.13.1", features = ["screensaver"] }
2323
zbus = {version = "5.1.0", optional = true}
2424
chrono = "0.4.38"
25-
toml = "0.8.19"
25+
toml = "0.9.2"
2626
dirs = "6.0.0"
2727
serde = { workspace = true, features = ["derive"] }
2828
serde_default = "0.2.0"

0 commit comments

Comments
 (0)